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;
}
h2
{
	color: #990000;
	font-weight: bold;
	font-size: 1.5em;
}
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;
}
td
{
	font-size: 11px; 
}
.navselected
{
	background-color: #990000;
}
ul
{
	list-style-image: url('images/nav_bullet.gif');
}



.highlight
{
	color: #000000;
	font-weight: bold;
}
.question
{
	color: #000000;
	font-weight: bold;
}
.error
{
	color: #990000;
	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;
}
.line1
{
}
.line2
{
	background-color: #dddddd;
}