.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.WHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.contact {
	font-family: Arial;
	font: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 10px;
	width: 100%;
}
a.Nav:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.Nav:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.Nav:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fa287b;
	text-decoration: underline;
}
a.Nav:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fa287b;
	text-decoration: underline;
}