.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #660000;
}
li {
list-style-type:square
}.lheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.nav a:link {text-decoration: none; color:#003366;}
.nav a:visited {text-decoration:none; color:#003366;}
.nav a:hover {text-decoration:none; color: #003366; background-color:#CCCCCC;}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pad {
	margin-left: 15px;
}

