.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	position: absolute;
	z-index: 5;
	left: 146px;
	top: 61px;
	font-weight: bold;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFD9E6;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #930537;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
dt {
	font-weight: bold;
	margin-left: 1em;
}

.cssnav	{
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
font-weight: bold;
background-image: url(0-nav/btn_over.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 163px;
height: 55px;
margin: 0;
margin-bottom:0px;
padding: 0;
 }
 
.cssnav a {
display:block;
color: #FFCC66;
font-size: 18pt;
width: 163px;
height: 55px;
display: block;
float: left;
margin: 0;
padding: 0;
color: #FFCC66;
font-weight: bold;
text-decoration: none;
 }
 
.cssnav img {
width: 100%;
height: 100%;
border: 0; 
}

* html a:hover {visibility:visible}
.cssnav a:hover img{
	visibility:hidden;
}
.cssnav a:hover {
	color: #FFFF00;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}


.cssnav span {	
position:absolute;
left:38px;
top:13px;
margin:0;
cursor: pointer;
}
li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.bluestandard {
	color: #0033FF;
	text-decoration: underline;
}
.greenstandard {
	color: #009933;
	font-size: -1;
}
.nounderline {
	text-decoration: none;
	font-size: 10pt;
}
dd {
	padding-bottom: 12pt;
}
.boxComment {
	background-color: #CCCCCC;
	margin: 6px;
	border: medium groove #990033;
	padding: 6px;
	font-family: "Times New Roman", Times, serif;
	width: 25%;
	font-size: larger;
	float: right;
	
}

.boxSidebar {
	background-color: #CCCCCC;
	margin: 6px;
	border: thin groove #990033;
	padding: 6px;
	font-family: "Times New Roman", Times, serif;
	width: 25%;
	font-size: .8em;
	float: right;
	
}
.dark {
	color: #FFCC66;
	background-color: #990033;
}

.darkless {
	background-color: #FF91B5;
	font-weight: bold;
}
