/* CSS Document */
<!--
.pagetitle {	font-size: 16px;
	color: #0019a8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
}
body {
	background-color: #0019A8;
	background-repeat: repeat-x;
	background-image:  url("/images/bkg.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #0019A8;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #cc0033;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #cc0033;
	font-weight: bold;
}
.boldblue12	{
	color: #0019A8;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.boldblack12	{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
-->