/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #99CCFF;
}
a:active {
	color: #003366;
}h1 {
	font-size: 14px;
	font-weight: bold;
}
.bluetable {
	background-color: #CEE6FF;
	border: 2px solid #003366;
}
li {
	list-style-position: outside;
	list-style-image: url(images/blueBullet.gif);
}
