.contact_title{
	color:#FF0000;
}
.contact_data{
	font-size:12px;
}
.contact_helpLink{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#312ED7;
	text-decoration:none;
}
.formText{
	font-size:12px;
	vertical-align:top;
}
.formTextField{
	border:solid 1px #312ED7;
	background-color:#ECECEC;
	width: 300px;
}
.formTextareaField{
	border:solid 1px #312ED7;
	background-color:#ECECEC;
	width: 300px;
}
.formSubmitButton{
	border:solid 1px #312ED7;
	background-color:#ECECEC;
	font-weight:bold;
}

.otherlink
{
	color: Red;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a:hover.otherlink
	{
	color: blue;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	}
	
a:link.otherlink
	{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	}
	
a:vlink.otherlink
	{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	}
	
a:alink.otherlink
{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
}
