/*  main element styles */
body {
	top: 5px;
	background-image: url(../images/page-bg.gif);
}

A { font : normal 11px/16px verdana; color : #333333; outline : none;}
A:visited { font : normal 11px/18px verdana; color : #000000; }

a.footerlink { font : 9px verdana; line-height : 12px; color: #666666;}
a.footerlink:visited { font : 9px verdana; line-height : 12px; color: #666666;}
a.footerlink:hover {
	color : #0000FF;
	text-decoration : underline;
	line-height : 12px;
	font-family: verdana;
	font-size: 9px;
}
a.bullets { color : #333333; text-decoration : none; font : 10px verdana; line-height : 12px;}
a.bullets:visited { color : #333333; text-decoration : none; font : 10px verdana; line-height : 12px;}
a.bullets:hover {
	color : #000000;
	text-decoration : underline;
	line-height : 12px;
	font-family: verdana;
	font-size: 10px;
}

.bullets{ font : 10px verdana; line-height : 12px; color: #333333;}

INPUT { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
TEXTAREA { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
OPTION { font-family : Verdana, Helvetica, sans-serif; font-size : 10px; color: #000000; }
FORM { display : inline; }

/*  generic classes */

.bodytext { font : 11px verdana; line-height : 16px; color: #333333; }
.bodytextbb { font : 14px verdana; line-height : 16px; color: #254083; font-weight:900; }
.bodytextheader { font : 12px verdana; line-height : 16px; color: #cc0000; }
.bodytextheader2 { font : 20px verdana; line-height : 24px; color: #cc0000; }
.bodytexttight { font : 11px verdana; line-height : 14px; color: #333333; }
.innerpageheader {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
}
.innerpageheaderblue {
	color: #0c2753;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}
.footerlinks{ font : 9px verdana; line-height : 12px; color: #666666;}
.libullet{ font : 10px verdana; line-height : 12px; color: #666666;}
.pulldown { font-family : Verdana, Helvetica, sans-serif; font-size: 10px; color: #cc0000; }
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAFAFA;
	border: 1pt solid #333333;
	width: 115px;
}
.submitbutton {
	background-color: #f4f4f4;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	cursor: hand;
}
.submitbuttonbrown {
	background-color: #999999;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	cursor: hand;
	color: #FFFFFF;
}