/* CSS Document */
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.a:link {
	font-size: 13px;
	font-family:Arial;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.a:visited {
	font-size:13px;
	font-family:Arial;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.a:hover {
	font-size: 13px;
	font-family:Arial;
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
} 
.b:link {
	font-size: 13px;
	color: #005380;
	text-decoration: underline;
}
.b:visited {
	font-size:13px;
	color: #005380;
	text-decoration: underline;
}
.b:hover {
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
} 
.c:link {
	font-size: 14px;
	color: #0a608e;
	text-decoration: none;
}
.c:visited {
	font-size:14px;
	color: #0a608e;
	text-decoration: none;
}
.c:hover {
	font-size: 14px;
	color: #0a608e;
	text-decoration: underline;
} 
.d:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.d:visited {
	font-size:14px;
	color: #ffffff;	
	text-decoration: none;
}
.d:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
-->
</style>