body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#999999;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
  color: #000099;
text-decoration: none;  
}

a:hover {
color: #000099;
text-decoration: none;
	
}

a:active {
	color: #000000;
}

.maintable {
	border: thin solid #333333;
}
#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("images/button.gif") repeat-x 20px;
font: 12px/20px  verdana, sans-serif;
text-align: center;
font-weight: bold;
}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 100px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
border-right: 1px solid #A8B090;
}

#navcontainer li#active { background: url("images/button.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("images/button_over.gif") repeat-x 20px; }

