.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00589d;
}
a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}	
a:active {
	font-weight: bold;
	color: #FE0011;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	left: 10px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9D12;

}
a:hover {
	color: #00589d;
	font-weight: bold;
	text-decoration: none;
}
