
/* pop-up menus */

.lowText { text-decoration: none; color: #000000; font: 12px/18px Arial, Helvetica; text-align: center}
.highText { text-decoration: none; color: #FFFFFF; font: 12px/18px Arial, Helvetica; text-align: center }
.smLowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.smHighText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* Site style */

.hdr {
	background-image: url(/art/headers/hdr_general.jpg);
}
.logo_bottom {
	background-image: url(/art/headers/hdr_orange.gif);
}
body, td, td td, input, select, textarea {
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
        background-color:#ffffff;
	color: #000000;
}
.highlight {
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	color: #4269AC;
}
.btitle {
	font-family: arial, helvetica, geneva;
	font-size: 14pt;
	color: #4269AC;
}
.stitle {
	font-family: arial, helvetica, geneva;
	font-size: 12pt;
	font-weight: 675;
	color: #4269AC;
}
.wtitle {
	font-family: arial, helvetica, geneva;
	font-size: 14pt;
	color: #FFFFFF;
}
.whitespace {
	background-color: #ffffff;
}
.nav { 
	background-color: #cc6600;
	color: #cc6600;
	font-size: 12px;
}
.leftnav {
	background-color: #cc6600;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
A.leftnav:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
A.leftnav:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
A.leftnav:hover {
	text-decoration: none;
	color: #F5F3B2;
	font-size: 12px;
}

