html,body
{
	background-color:  #ffffff;
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1
{
	color: #666666;
	font-weight: bold;
	font-size: 2em;
}
a
{
	color: #990000; 
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #666666; 
	font-weight: bold;
	text-decoration: none;
}
a.navselected
{
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}
a.navselected:hover
{
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}
table.nav
{
	cellpadding: 0;
	cellspacing: 0;
}
td
{
	font-size: 11px; 
}
.navselected
{
	background-color: #990000;
}
ul
{
	list-style-image: url('images/nav_bullet.gif');
}



.highlight
{
	color: #000000;
	font-weight: bold;
}
.highlightedBox
{
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
.question
{
	color: #000000;
	font-weight: bold;
}
div#logo
{
	position: absolute;
	top: 0px;
	left: 0px
	height: 100%; 
	width: 100%; 
}
div#main
{
	position: absolute;
	top: 0px;
	left: 0px
}
div#footer
{
	text-align: right;
	color: 666666;
}

.button { background-color:#990000; font-weight:bold; color:white; padding:2px; border:solid 1px #990000;  }

.button_hover { background-color:#white; font-weight:bold; color:#990000; padding:2px; border:solid 1px #990000; } 