body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}
table
{
	border: 1px #fff;
	width: 75%;
	
}
a:link {
       color: black;
       font-weight: normal;
       text-decoration: none;
       }

a:active {
       color: black;
       font-weight: normal;
       text-decoration: none;
       }

a:visited {
       color: black;
       text-decoration: none;
       }

a:hover {
       text-decoration: none;
       color: #999999;
       cursor: hand;
       }
td#mainheader
{
	font: bold;
	font-size: larger;
}
tr#header
{
	background: #fff;
	font-size:small;
}
td
{
	background: white;
	border: 1px #fff;
}
td#header
{
	background: #1aa0f5;
	font: 15px bold;
	padding: 5px;
	padding-left: 10px;
	vertical-align:top;
}
td#date
{
	background-color:GhostWhite;
}
.addemail
{
	font-size: smaller;
}
.rules
{
	font-style:italic;
	font-size: smaller;
	font-weight: bolder;
}
#nav
{
	margin: 0;
	font-size: 90%;
	background-color: #dcc;
	padding: 2px 0;
	width: 500px;
}
#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
	font-size: small;
	font-weight: bold;
	color: #fff;
}
#nav a:link, #nav a:visited
{
	color: #fff;
	background-color: Transparent;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active
{
	color: #ccc;
	background-color: #fff;
	font-weight: bold;
}
div
{
	font-size: 10pt;
}
.ListHeader
{
	background-color: #dcc;
}
