a {
	color : #005599;
	text-decoration : none;
}

a:hover {
	color : #005599;
	text-decoration : underline;
}
a.white {
	color : white;
	text-decoration : none;
}
a:hover.white {
	color : white;
	text-decoration : underline;
}
td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.sub-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	background-color : #999999;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	padding : 5px;
}