body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	position: relative;
	left: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 2px;
	border: 0px solid #333;
	width: 130px;
	height:20px;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	text-indent:10px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid #333;
background-image: url(images/b2.gif);
background-repeat: no-repeat;
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #333;
background-image: url(images/b2.gif);
background-repeat: no-repeat;
color: #333;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright:hover {
	color: #FFFFCC;
}
.bluetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color:#004080; 
}