/*////////////////////// FONT STYLES */
/*////////////////////// FONT STYLES */
* { border: 0px black dotted; }

body, td, input, select, textarea, .pagebody  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: 333333;
	text-decoration: none; 
}

.contentarea {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: 333333;
	text-decoration: none; 
}
.error {color: #990000; font-weight: bold; }
.alert { color: #990000; font-weight: bold; }

H1, .pagehead  {
	font-size: 18px;
	line-height: 24px;
	color: 333333;
	margin-top: 12px;
	margin-bottom: 2px;}

h2, .subhead {
	font-size: 16px;
	line-height: 24px;
	color: 666666;
}

.footer { 
	text-indent: 175px;
	font-size: 9px;
	line-height: 14px;
	color: #999999;
}

/*////////////////////// LINKS */
/*////////////////////// LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: #9F973C;
}

a:hover, .btnlarge a:hover {
	text-decoration: none;
	color: #000000;
}
.btnlarge { color: #9F973C; font-weight: bold; font-size: 13px; text-decoration: none;} 
.btnsmall { color: #9F973C; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase; line-height: 14px;} 




/*////////////////////// FORMS */
/*////////////////////// FORMS */
.form3 {
	width: 25px;
}
.form10 {
	width: 125px;
}

.formN {
	width: 200px;
}
.formNtext {
	width: 200px;
	height: 75px;
}

.formW {
	width: 320px;
}
.formWtext {
	width: 320px;
	height: 75px;
}


