.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bf981b;
	line-height: p;
	text-align: right;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	left: 10px;
}


body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0f3f73
}

img	{
	border: 0;
}

a:visited {
	text-decoration: underline;
	color: #0f3f73;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0f3f73;
	cursor: hand;
	font-weight: bold;
}

a:active {
	color: #0f3f73;
	text-decoration: underline;
	font-weight: bold;
}

a:link { 
	color:#0f3f73; 
	text-decoration: underline;
	font-weight: bold;
}