.body   { color: #333; font-size: 11px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.body2 { color: #333; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }
.more { color: #333; font-weight: bold; font-size: 11px; line-height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
.more a:link { color: #f30; font-size: 11px; line-height: 12px; text-decoration: none }
.more a:visited { color: #f30; font-size: 11px; line-height: 12px; text-decoration: none }
.more a:hover { color: #f5f5f5; font-size: 11px; line-height: 12px; text-decoration: none; background-color: #f30 }
.bodybold { color: #333; font-weight: bold; font-size: 11px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.subhead  { color: #360; font-weight: bold; font-size: 15px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif }
.subsection  { color: #f30; font-weight: bold; font-size: 13px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif}
.subhead a:link { color: #360; font-size: 15px; line-height: 15px; text-decoration: none }
.subhead a:visited { color: #360; font-size: 15px; line-height: 15px; text-decoration: none }
.subhead a:hover { color: #f30; font-size: 15px; line-height: 15px; text-decoration: none }
.bodyhead { color: #f30; font-weight: bold; font-size: 12px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.navsub {
	color: #360;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clip: rect(auto auto auto auto);
	padding: 4px;
	height: 4px;
}
.navsub a:link { color: #f30; font-weight: bold; text-decoration: none }
.navsub a:visited { color: #f30; font-weight: bold; text-decoration: none }
.navsub a:hover { color: #f30; font-weight: bold; background-color: #a9a9a9 }
.nav  { color: #360; font-weight: bold; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif;margin:0px; }
.nav a:link  { color: #360; text-decoration: none }
.nav a:visited   { color: #360; text-decoration: none }
.nav a:hover  { color: #f5f5f5; text-decoration: none; background-color: #808080 }
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #777777;
}
.bullet a:link { color: #777777; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.bullet a:visited { color: #777777; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.bullet a:hover { color: #f30; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none; background-color: #a9a9a9 }
.bullettec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #222222;
}
.bullettec a { color: #f30; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.bullettec a:hover { color: #f30; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none; background-color: #a9a9a9 }
.caption {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin: 10px 0px 0px;
	color: #888888;
}
/* forms */
.field {
	color: #696969;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: solid 1px #f30
}
.tblForm {}
.tblForm input, .tblForm textarea {
	color: #222222;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: solid 1px #360
}
.tblForm input.checkbox, .tblForm input.radio {border:0px;}
.tblForm select {
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: solid 1px #360;
	height:16px;
}
.tblForm input.button {
	background-color: #D25400;
	padding: 3px;
	font-size: 9pt;
	font-weight: bolder;
	color: #FFFFFF;
}
.tblForm input.error, .tblForm textarea.error, .tblForm select.error {
	
	background-color: #f5f5f5;
	border: solid 1px #f30
	}
	#commentForm {
	width: 500px;
}
#commentForm label {
	width: 250px;
}
#commentForm label.error, #commentForm input.submit {
	margin-left: 253px;
	font-size:9pt;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	padding-left:4px;
}