body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {
	color: #2F73B0;
	font-size: 12px;
}

h1 {
	font-size: 13px;
	color: #df0024;
}

h2 {
	font-size: 12px;
	color: #2F73B0;
}

a:visited {
	text-decoration: none;
	color: #102c51;
}

a:hover	{
	text-decoration: underline
	color: #102c51;
}	

a:link {
	text-decoration: none;
	color: #102c51;
}

a:active {
	text-decoration: none;
	color: #102c51;
}

tr#navlist
{
padding: 0px;
border: 0px;
margin: 0px;
font-weight: bold; 
font-size: 10px;
font-family: arial,sans-serif;
text-indent: 1ex;
background: #0066ca;
}

tr#navlist td
{
list-style: none;
margin: 0px;
border: 0px;
}

tr#navlist td a
{
display: block;
padding: .3em;
border: 0px;
border-left: 35px solid #112D50;
background: #0066ca;
text-decoration: none;
text-align: left;
line-height: 2.4em;
vertical-align: center;
}

tr#navlist td a:link { color: #ffffff; }

table#navcontainer td a:visited { color: #ffffff; }

tr#navlist td a:hover
{
color: #ffffff;
background: #df0024;
}