.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #333333;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #000000;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #B6110B;
}


.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #3C7CCC;
}


 a:link { color:#333333; text-decoration:none; }
 a:visited { color:#333333; text-decoration:none; }
 a:hover { color:#B6110B; text-decoration:underline; }
 
.resource a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #333333;
}
.resource a:visited { color:#00979B; text-decoration:none; }
.resource a:hover { color:#B6110B; text-decoration:none; }



.input {
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 14pt;
	fony-style: normal;
	font-variant: normal;
	width: 98%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #F1F1F1; }

.inputTextarea{
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 14pt;
	fony-style: normal;
	font-variant: normal;
	width: 98%;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #F1F1F1; } 
	
	
.bg_form { background-color:#9D9786; }	