/*  main element styles */
body {
	background-color: #e9f0d1;
	top: 0px;
}

A { font : normal 11px/16px verdana; color : #333333; outline : none;}
A:visited { font : normal 11px/18px verdana; color : #000000; }

a.navlink { color : #000000; text-decoration : none; font : 11px verdana; line-height : 20px;}
a.navlink:visited { color : #000000; text-decoration : none; font : 11px verdana; line-height : 20px;}
a.navlink:hover {
	color : #000000;
	text-decoration : underline;
	line-height : 20px;
	font-family: verdana;
	font-size: 11px;
}
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 : 9px; color: #000000; }
TEXTAREA { font-family : Verdana, Helvetica, sans-serif; font-size : 9px; color: #000000; }
OPTION { font-family : Verdana, Helvetica, sans-serif; font-size : 9px; color: #000000; }
FORM { display : inline; }

/*  generic classes */

.bodytext { font : 11px verdana; line-height : 16px; color: #333333; }
.bodytextheader { font : 12px verdana; line-height : 16px; color: #0d3149; }
.bodytexttight { font : 11px verdana; line-height : 14px; color: #333333; }
.headertext { font : normal bold 11px/16px verdana; color: #3A475B; }
.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: 9px; background-color: #fefefe; 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: #624A2C;
	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;
}
