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

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:#006699;
	font-weight: bold;
	background-color: #ffcc00
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
}
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 ffcc00;
	background-color: #FFFFFF;
}
.lhstable {
	border: thin solid ffcc00;
	background-color: #ffcc00;
	background-image: url(images/sidebg.jpg);
}
#navcontainer { width: 180px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;

border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #006699;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffcc00;
color: #000066;
}
