<style>
body {
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000;
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

B {
	font-weight: bold;
}

.header {
	font-family: Verdana;
	font-size: 22px;
	color: #0563BA;
	font-weight: bold;
}

.subheader {
	font-family: Verdana;
	font-size: 13px;
	color: #0984D2;
	font-weight: bold;
}

.subheader A:link {
	color: #0984D2;
	text-decoration: underline;
}

.subheader A:visited {
	color: #0984D2;
	text-decoration: underline;
}

.subheader A:active {
	color: #0984D2;
	text-decoration: underline;
}

.subheader A:hover {
	color: #0984D2;
	text-decoration: underline;
}


/* Page Footer */
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
}

.footer A:link {
	color: #555555;
	text-decoration: underline;
}

.footer A:visited {
	color: #555555;
	text-decoration: underline;
}

.footer A:active {
	color: #555555;
	text-decoration: underline;
}

.footer A:hover {
	color: #555555;
	text-decoration: underline;
}

</style>	