.style1 {font-size: 9px}
body,td,th {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #304149;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #607B9D;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #99CC00;
}
a:active {
	color: #00FF00;
}
body,td,th {
	color: #3F4D74;
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

a:link {
	color: #455856;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #455856;
}
a:hover {
	text-decoration: underline;
	color: #8C95AA;
}
a:active {
	text-decoration: none;
	color: #455856;
}
h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif, Verdana, Arial, Helvetica;
}
h1 {
	color: #304149;
}
h2 {
	color: #304149;
}
h3 {
	background-color: #DCDCDC;
}
h4 {
	color: #304149;
	background-color: #B0C4DE;
}
h5 {
	color: #304149;
}
h6 {
	color: #304149;
}
a {
	font-size: 12px;
	font-weight: bold;
}
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #070783;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}
