/* ===================  ALL PAGES  ====================== */
body {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
}

/* Set font family for ALL text elements */
TABLE, TD, UL, LI, DIV, FORM {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: .9em;

}


H1 /* The largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	color : Navy;

}

H2, .h2 /* The second largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	color : black;

}

.bigheader /* The second largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	color : navy;

}
H3, .h3, .h3:active /* The third largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	color : Navy;

}

H4 /*header */
{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	color : Navy;

}

H5 /*header */
{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	color : Black;

}

.hometitle, .hometitle:active
{
	font-family : myriad roman, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	color:Black;
}

.bodyhead, .bodyhead:active /*header */
{
	font-family :  Arial;
	color : Navy;
	font-size : 1.2em;

}

/* Default Link style */
A {
	color : #0000ff;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:HOVER {
	color : 0000ff;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
}






/* ==================Page body def...Sets the background color ==========================*/
BODY.main {
	background-color :  #ffffee;
}

.formheaders, .formheaders:active, .formheaders:hover, .formheaders:visited {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;

}
.bodytextmed{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;

}
