body {
	background-color : #758FA3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}

td {
	color : #2A5272;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}


H1 {
	color : #2A5272;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 18px;
}

a:link {
	color : #FE7622;
	text-decoration : underline;
}

a:visited {
	color : #FE7622;
	text-decoration : underline;
}

a:hover {
	color : #FE7622;
	text-decoration : none;
}

a:active {
	color : #FE7622;
	text-decoration : underline;
}

.otherlink {
	color : White;
}

.otherlink a:link {
	color : White;
	text-decoration: underline;
}

.otherlink a:visited {
	color : White;
	text-decoration: underline;
}

.otherlink a:hover {
	color : White;
	text-decoration: none;
}

.otherlink a:active {
	color : White;
	text-decoration: underline;
}