/*  main element styles */
A { font : normal 13px/18px arial; color : #0033cc; outline : none;}
A:visited { font : normal 13px/18px arial; }
A.smalllink:visited { font : normal 11px/14px arial; color : #000000; }

a.navlink { color : #000000; text-decoration : none; font : 13px arial; line-height : 18px;}
a.navlink:hover {
	color : #FFFFFF;
	text-decoration : none;
	line-height : 18px;
	font-family: arial;
	font-size: 13px;
}

INPUT { font-family : arial, Helvetica, sans-serif; font-size : 9px; color: #000000; }
TEXTAREA { font-family : arial, Helvetica, sans-serif; font-size : 9px; color: #000000; }
OPTION { font-family : arial, Helvetica, sans-serif; font-size : 9px; color: #000000; }
FORM { display : inline; }

/*  generic classes */

.bodytext { font : 13px arial; line-height : 18px; color: #606b35; }
.bodytextblack { font : 13px arial; line-height : 18px; color: #000000; }
.bodytextwhite { font : 13px arial; line-height : 18px; color: #FFFFFF; }
.bodytextsmall { font : 12px arial; line-height : 16px; color: #606b35; }
.bodytexttight { font : 12px arial; line-height : 16x; color: #333333; }
.headertext { font : normal bold 20px/26px arial; color: #606b35; }
.subheadertext { font : normal bold 18px/24px arial; color: #606b35; }
.footerlinks{ font : 11px arial; line-height : 12px; color: #333333;}
.pulldown { font-family : arial, Helvetica, sans-serif; font-size: 11px; background-color: #fefefe; color: #cc0000; }
.searchbox {
	font-family: arial, 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;
}
.medium {	
	border: 1 solid #000000; 
	background-color: #F4C4A0; 
	color: #000000; 
	font-family: Arial, arial, Sans-Serif; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight:normal; 
}
