.Header {
	font-family: "Arial Black";
	font-size: 48px;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
}
.SubHeader {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
/*Navigation*/

a:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

a:active
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	
}

a:hover
{
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;	
}

/* Navigation end*/
.Contact_form {
	font-family: "Arial Black";
	font-size: 12px;
	color: #000000;
}
.Contact_form_header {
	font-family: "Arial Black";
	font-size: 14px;
	color: #0099FF;
}
.ContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.content-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}