/* CSS Document */
body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #990000; 
	scrollbar-arrow-color: black;
	scrollbar-DarkShadow-Color: black; 
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.y10bold {
	font-size: 11px;
	font-weight: bold;
	color: #FFC000;
}

	
.mar-bold {
	color: #990000;
	font-weight: bold;
}

.mar14bold {
color: #990000;
font-size: 14px; 
font-weight: bold;
}

a:link {
	color: #993300;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #996600;
}