a:hover {
	color : #000;
}
.header{
	font-family: 'Times New Roman',Times,serif, Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #005067;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
	padding: 20 0 20 0;
}
.body{
	font-family : 'Times New Roman',Arial, Verdana, Helvetica, sans-serif;
	font-size : 17px;
	text-decoration : none;
	color : #005067;
	font-weight : normal;
	line-height: 22px;
}
.link{
	font-family : 'Times New Roman',Arial, Verdana, Helvetica, sans-serif;
	font-size : 17px;
	text-decoration : underline;
	color : #005067;
	font-weight : normal;
	line-height: 22px;
}
.footer{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: White;
	background: #005067;
	padding:2px;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}
