hr {
	display:none;
	}
	
.noprint {
	display:none;
	}
	
	/* 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;
}

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

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

/* normal size red text */
.normalred {
	background-color : #FFFFFF;
	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: 16px;
/*	font-weight: bold; */
}

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

/* 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 */
/* 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;
	border-bottom-color: #999999;
}

/* table on index.html page*/
.indextable {
	border-width: 2px;
	border-color: #111111;
	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;
}

/* light coloured right and bottom borders on results table cells */
.bordertop {
	border-top: 1px solid #bbb; 
}

/* 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: none;
}

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

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

/* From WordPress */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 850px;
	}

.fullcolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .fullcolumn .entry {
	line-height: 1.4em;
	}

.fullcolumn {
	line-height: 1.6em;
	}

