p, td {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a, a:link, a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990033;
}


#container
{
	position: relative;
	margin: 15px auto;
	/* center on everything else */
	width: 620px;
	border-color: #900;
	border-width: .25pt;
}

td.navigation 
{
	
	font-style: normal;
	font-weight: bold;
	}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	margin: 0;
}


a.nav_on
{ 
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	}
	
a.nav, a.nav:visited
{ 
	font-style: normal;
	font-weight: bold;
	color:#ccc; 
	text-decoration: none;
	}
	
a.nav:hover
{
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}


#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#table_body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990033;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
}
