A, BODY, H2, H3, HTML, TABLE, TD, TH, TR, P
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

HTML, BODY {
	color : #000000;
	background-color : #FFFFFF;
}

A {
	color : #0000FF;
	text-decoration : none;
}

A:HOVER {
	color : #FF0000;
	text-decoration : none;
}

.navmenu .activemenu {
	color : #FFFF00;
}

.navmenu, .navmenu A {
	color : #FFFFFF;
}

.navmenu A:HOVER {
	color : #D9D9D9;
	text-decoration : none;
}

H3 {
	text-align : center;
	margin-top : 10px;
}

HR {
    color : #345588;
    height : 1px;
}
HR.std {
    width : 500px;
    margin-top : 10px;
    margin-bottom : 10px;
}
LI {
	list-style-image : none;
	list-style-position : outside;
	list-style-type : disc;
}

LI.main {
	list-style-image : url(graphics/greenbullet.gif);
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
}

TD {
	vertical-align : top;
}

TD.navmenu {
	background-image : url(graphics/menumiddle.jpg);
}

TD.navmenu UL  {
	font-size : 11px;
	font-weight : normal;
	line-height : 15px;	
}

.copyright {
    color : #345588;
    font-size : 10px;
    text-align : center;
}

INPUT {
	height : 21px;
}
INPUT.check {
	height : 14px;
}

INPUT.radio {
	height : 12px;
}

UL {
	margin-left : -15px;
}
.formLabel {
	background-color : #CCCCFF;	
	text-align : center;
	font-weight : 600;
	font-size : smaller;
}
.formDataOdd, .formData {
	text-align : left;
	font-size : smaller;
	background-color : #E4E5F6;	
}
.formDataEven {
	text-align : left;
	font-size : smaller;
	background-color : #CCCCFF;	
}

.bkgndLight {
	background-color : #E4E5F6;	
}
.bkgndMedium {
	background-color : #CCCCFF;	
}
.bkgndDark {
	background-color : #061175;	
	color : #FFFFFF;
}

.warning {
	color : #FF0000;
	font-weight : bold;
	font-style : italic;
}

.smallbold, .medbold, .largebold {
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.small, .smallbold {
	font-size : 12px;
}

.med, .medbold {
	font-size : 14px;
}

.large, .largebold {
	font-size : 18px;
}

.check {
	height : 13px; 
	margin-top : 5px;
}
.radio {
	height : 10px; 
	margin-top : 5px;
}