td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#6B70BD;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

H4 {
	color:#990000;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

.indexlink {
	color:#0000CC;
	font-weight: bold;
	font-size : 14px;
	font-family:Tahoma;
	text-decoration:none;
}

.indexlink2 {
	color:#990000;
	font-weight: bold;
	font-size : 14px;
	font-family:Tahoma;
	text-decoration:none;
}
#navcontainer
{

width: 207px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 13px;
text-align: center;
margin-top:0px;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0px;

}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
background-image:url(images/blankbutton1.jpg);
height:33px;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #000000;
text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{

color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li a:hover { background-image: url(images/blankbutton1-over.jpg) }