a:hover {
	color : Black;
	text-decoration : underline;
}
.headline{
	font-family : Times New Roman, Times, serif;
	font-size : 16px;
	text-decoration : none;
	color : #4B3900;
	font-weight : bold;
}
.sechead{
	font-family : Times New Roman, Times, serif;
	font-size : 14px;
	text-decoration : none;
	color : #4B3900;
	font-weight : bold;
	padding-bottom:6px;
}
.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #606060;
	font-weight: normal;
	line-height: 22px;
}
.link{
	text-decoration: underline;
	color: #717F1A;
}
.bodysm{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	line-height: 16px;
}
.bodysmlink{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #666633;
	text-decoration : none;
	font-weight : normal;
	line-height: 16px;
}
.header{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	font-weight: normal;
	padding:2 4 2 4;
}
.header a:hover{
	color: White;
	background-color: #B3C72C;
}
.header_on{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: normal;
	background-color: #B3C72C;
	padding:2 4 2 4;
}
.header_on a:hover{
	color: Gray;
}
.footer{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: normal;
}
.footer a:hover{
	color: White;
	text-decoration : underline;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background: #FFFFFF;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: Black;
	background: #c0c0c0;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}