/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(150,151,153); font-weight: normal; font-style: normal;}
 A:active { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(254,85,0); font-weight: normal; font-style: normal; text-decoration: underline;}
 A:link { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(254,85,0); text-decoration: underline;}
 UL { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(254,85,0); font-weight: normal; font-style: normal; list-style-image: url("./assets/images/bullet_arrow.gif");}
 A:visited { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(254,85,0); font-weight: normal; font-style: normal; text-decoration: underline;}
 .TextObject { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(150,151,153); font-weight: normal; font-style: normal;}
 H1 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 H2 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 P { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(150,151,153); font-weight: normal; font-style: normal;}
 H3 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 OL { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(254,85,0); font-weight: normal; font-style: normal; list-style-type: decimal;}
 H4 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 H5 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 H6 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; color: rgb(82,82,82); font-weight: bold;}
 A:hover { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 8pt; color: rgb(150,151,153); font-weight: normal; font-style: normal; text-decoration: underline;}
 
.form_field {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #DEDEDE;
	padding: 1px;
	height: 25px;
	border: 1px solid #969799;
}


.form_field_textarea {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DEDEDE;
	padding: 1px;
	border: 1px solid #969799;
}

.form_button {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #D9F2EF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(assets/images/btn_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px none #FFFFFF;
	height: 22px;
	margin: 5px;
}
.form_button a {
	color: #D9F2EF;
	text-decoration: none;
}
.form_button :hover {
	color: #FFFFFF;
	text-decoration: none;
}
