
/* ===================  ALL PAGES  ====================== */

/* Set font family for ALL text elements */
P, TABLE, TD, UL, LI, DIV, FORM {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
}


H1 /* The largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 180%;
	font-weight : bold;
	color : Navy;

}

H2, .h2 /* The second largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 150%;
	font-weight : bold;
	color : black;

}

H3, .h3 /* The third largest header*/
{
	font-family :  Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size : 130%;
	font-weight : bold;
	color : Navy;

}

H4 /*header */
{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 110%;
	font-weight : bold;
	color : Navy;

}

H5, .h5 /*header */
{
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 110%;
	font-weight : bold;
	color : Black;

}

.hometitle
{
	font-family : myriad roman, sans-serif;
	font-size : 120%;
	font-weight : bold;
}

.bodyhead, .bodyhead:active /*header */
{
	font-family :  Arial;
	color : Navy;
	font-size : 120%;

}

/* 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;

}
.Select{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9;

}
INPUT, TEXTAREA {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;

}
