/* to make topmargin=0, leftmargin=0 on index.html*/
.body {
	margin: 0px;
	padding:0px;
	font-size: 12px;
}

/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	background-image: url(images/TartanBackground.gif);
}

/* maincell: describes page background color and all non-table text not governed by any other style */
.maincell {
	background-color : #FFFFFF;
	background-image: url(images/MainCellBG.gif);
	font-size: 12px;
}

/* 11 point text - 1 px smaller than body/normal */
.smallerred {
	font-size: 11px;
	color: #FF0000;
}

/* 11 point text - 1 px smaller than body/normal */
.smaller {
	font-size: 11px;
}

/* 11 point text - 1 px smaller than body/normal */
.tiny {
	font-size: 9px;
}

/* 12 point regular body text */
.normal {
	font-size: 12px;
	text-align: left;
}

/* 12 point normal text */
.databasedescription {
	font-size: 12px;
}

/* normal size red text */
.normalred {
	color: #FF0000;
}

/* 13 point  blue text */
.databasesummary {
	background-color : #FFFFFF;
	font-size: 13px;
	color: #0000FF;
}

/* 13 point bold blue text */
.databasename {
	background-color : #FFFFFF;
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
}

/* 14 point bold text */
.recordcount {
	font-size: 14px;
	font-weight: bold;
}

/* 14 point bold blue text */
.indexnotice {
	background-color : #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* 16 point subheading text */
.subsubhead {
	font-size: 14px;/*	font-weight: bold; */
	font-weight: bold;
}

/* 18 point bold text */
.subhead {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* 18 point bold red */
.subheadRed {
	background-color : #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}

/* 18 point bold blue text */
.subheadBlue {
	background-color : #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

/* 24 point header text */
.header {
	background-color : #FFFFFF;
	font-size: 24px;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
}

/* TABLE FORMATTING */
/* main table cell */
.maintable {
	background: url(images/MainCellBG.gif);
}

/* table with black borders*/
.table {
	border-width: 2px;
	border-color: #111111;
	border-style: solid;
}

/* table with blue borders*/
.notestable {
	border-width: 2px;
	border-color: #0000FF;
	border-style: solid;
}

/* table with light border*/
.lighttable {
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
}

/* table on index.html page*/
.indextable {
	border-width: 2px;
	border-color: #cc0000;
	border-style: double;
	border-collapse: collapse;
}

/* light coloured right and bottom borders on results table cells */
.databack {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #EEEEEE;
	padding: 5px;	
}

/* light coloured right and bottom borders on results table cells with a right margin */
.databackrightpad {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #EEEEEE;
	padding-right: 8px;
}

/* dark borders on cells on index.html */
.cellborder {
	border-right: 1px solid #111111; 
	border-bottom: 1px solid #111111;
}

/* oddrow: odd rows on search results pages */
.oddrow {
	background-color: #FFFFFF;
}

/* evenrow: even rows on search result pages */
.evenrow {
	background-color: #B6E8F9;
}

/* background colour for table rows in Veterans */
.Male {
	background-color: #CCFFFF;
}

/* background colour for table rows in Veterans */
.Female {
	background-color: #FFCCCC;
}

/* LINK FORMATTING */
/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #0000FF;
	text-decoration: underline;
}

/* visited: previously visited links */
A:VISITED {
	color: #336666;
	text-decoration: underline;
}

/* hovering mouse over link */
A:hover {
	text-decoration: underline;
	color: red;
}

.imgright {
	border-style: none;
	float: right;
	margin: 5px;
}

.imgleft
 {
	border-style: none;
	float: left;
 	margin: 5px;
}
