/* BASIC STYLES (used by all pages except search results)*/

body { background-color: #adbac6; }

td
{
	background-color: #dee3e7;
	color: Black;
	font-family: Verdana;
	font-size: 8pt;

}

h1
{
	font-family: Georgia, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}

select, input,
{
	font-size: 8pt;
}

textarea{
	font-size: 9pt;
}

/* PAGE ELEMENTS - ALL PAGES */
/* PAGE HEADER */

.header td {color: #000; font-size: 8pt;}
.header a {color:#000; text-decoration: none;}
.header a:hover{text-decoration: underline;}

.headline
{
	font-family:Georgia, "Times New Roman";
	font-size: 32pt;
	font-weight: bold;
}

/* FOOTER */

.footer {background-color: #000; color: #fff}
.footer a {color: #fff; text-decoration: none;}
.footer a:hover {text-decoration: underline;}

/* NAVIGATION */



.nav .navHead {font-family:Georgia, "Times New Roman"; border-bottom: 1px solid #000; 	font-size: 10pt; font-weight: bold; margin-bottom: 8px;}

.nav a {color: #000; text-decoration:none;}
.nav a:hover {text-decoration: underline;}


/* AD BLOCK */
.adblock td {background-color: #dee3e7;}





/* SEARCH RESULTS STYLES */
/* CONTENT */

.content {background-color: #fff;}
.content td {background-color: #fff;}

.contentHeader {font-size: 8pt; font-weight: bold; font-face: verdana}
.contentHeader a {color:#000; text-decoration:none;}
.contentHeader a:hover {text-decoration:underline;}

.contentBody {font-size: 8pt;}

.contentFooter {font-size: 8pt; text-align:right; border-bottom: #aaa 1px dotted; margin-bottom: 8px;}
.contentFooter a {color:Grey; text-decoration: none;}
.contentFooter a:hover {text-decoration: underline;}


