/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}
.MenuStyles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color:#333366;
	text-decoration: underline;
}
a:hover {
	color:#000000
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
.LeftTableBackground {
	background-image: url(/images/main_background.gif);
	background-repeat: no-repeat;
}
h3 {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
.MenuHeaders {
	color: #000000;
	font-family: Arial Black, Arial;
	font-size: 18px;
	}