body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

a:link {
	color:#003366;
	text-decoration:none
}
a:visited {
	color:#003366;
	text-decoration:none
}
a:hover {
	color:#666666;
	text-decoration:underline;
	cursor:hand;
}
a:active { color:#003399; text-decoration:none}

.blue-body-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	color: #003366;
}

ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 3em;
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
}

