.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	display: block;
	line-height: 15px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-color: #990000;
}
a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {

	color: #6699CC;
	text-decoration: none;
}

a:active {


	color: #FFFFFF;
	text-decoration: none;
}
.bodytextheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.pagetitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	list-style-image: url(images/bullet.jpg);
	text-align: justify;
}
