body{
	background-color: #000000;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}

table {	font-size:100%;}

tr.Alternate	{ background-color: #ffffcc;}
tr.Plain	{ background-color: #ffffff;}

font.WrongAnswer { font-weight: bold; color: #777667;	}
font.CorrectAnswer { font-weight: bold; color: #777667;	}

#content{
  float:left;
	width: 100%;
	margin: 0;
	padding: 0 1% 0 1%;
}

#LoginBox{
	width: 238px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 1px solid #FFCC00;
	text-align:center;
	font-size: 100%;
}

hr {color:#CCCCCC;}

h1{ font-size: 119%; color: #777667;}
h2{ font-size: 114%; color: #777667;}
h3{ font-size: 109%; color: #777667;}
h4{ font-size: 104%; color: #777667;}
h5{ font-size: 102%; color: #777667;}
h6{ font-size: 100%; color: #777667;}

/* links within site banner */
a:link.Nav    { color: #777667; text-decoration: none; font-size: 9pt; font-weight: bold }
a:visited.Nav    { color: #777667; text-decoration: none; font-size: 9pt; font-weight: bold }
a:active.Nav     { color: #777667; text-decoration: none; font-size: 9pt; font-weight: bold }
a:hover.Nav  { color: #F2E550; text-decoration: underline; font-size: 9pt; font-weight: bold }

/* all links (unless otherwise specified) */
a:link       { color: #777667; text-decoration: none; font-weight: bold;}
a:visited    { color: #777667; text-decoration: none; font-weight: bold;}
a:active     { color: #777667; text-decoration: none; font-weight: bold;}
a:hover 	 { color: #33CC33; text-decoration: underline; font-weight: bold;}

th.Sub	{
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	font-size: 11pt;
}

th.Dark	{
	font-weight: bold;
	color: #ffffff;
	background-color: #003399;
}



