table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: justify;


}
body {
	padding-top: 20px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px/20px Verdana, lucida, sans-serif;
text-decoration: none;
color: #000066;
}

#navcontainer ul li a:hover
{
	background: url(../images/list-on.gif) left center no-repeat;
	color: #CCCCCC;
	font-size: 12px;
}

#navcontainer ul li a#current
{
	background: url(../images/list-active.gif) left center no-repeat;
	color: #666;
	font-size: 12px;
}

.first
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.second
{
	font-size: 18px;
	font-weight: normal;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
