body, table, input, textarea, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #03035A;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	border-top: 1px #03035A;
	border-right: 1px #03035A;
	border-bottom: 1px dotted #03035A;
	border-left: 1px #03035A;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {  
	color: #000000;
	text-decoration: none;
}
#navcontainer { width: 156px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 156px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #EEEEEE;
	color: #000000;
}
.topMenu {
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #666666;
}
a.topMenu:link, a.topMenu:active, a.topMenu:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a.topMenu:hover {  
	font-weight: normal;
	text-decoration: underline;
	color: #000000;	
}
.boxborder {
	border: 1px solid #A6B5CD;
}
form
{
    margin-bottom: 0;
    margin-top: 0;
}.red {
	color: #FF0000;
}
