body {
	background-color: #666666;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #004694;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CF0C0C;
}
a:active {
	text-decoration: none;
	color: #004694;
}
.Headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004694;
}.copyright {
	color: #999999;
}
li {
	list-style-position: outside;
	list-style-image: url(bullet.gif);
}

li ul li{
	list-style-position: ouside;
	list-style-image: url(bullet2.gif);
}
.red {
	color: #CF0C0C;
}
.gray {
	color: #666666;
}
