/* MAIN STYLES */
body,td,li,p,select,input{ font-family: verdana; color: #666666; font-size: 10px; line-height: 14px;}
a:link, a:visited{
	color:#921C25;
	font-weight:bold;
	text-decoration: underline;
}
a:hover, a:active{
	color:#3F6589;
	font-weight:bold;
	text-decoration: underline;
}
.big{ color:#666666; font-size: 11px; line-height: 16px}
a.big:link, a.big:visited{
	color:#921C25;
	font-weight:bold;
	text-decoration: underline;
}
a.big:hover, a.big:active{
	color:#3F6589;
	font-weight:bold;
	text-decoration: underline;
}
.rightcolumn{ font-family: verdana; color: #333333; font-size: 11px; line-height: 14px;}
li.rightcolumn{ font-family: verdana; color: #333333; font-size: 11px; line-height: 14px;}
.headersmall{ color:#3F6589; font-size: 11px; line-height: 16px; font-weight:bold}
.header{ color:#3F6589; font-size: 12px; line-height: 16px; font-weight:bold}
.footer{ color:#666666; font-size: 10px; line-height: 16px}
a.footer:link, a.footer:visited{
	color:#666666;
	text-decoration: underline;
	font-weight: normal;
}
a.footer:hover, a.footer:active{
	color:#999999;
	text-decoration: underline;
	font-weight: normal;
}
#navlist{
	margin-left: 0;
	padding-left: 0;
}
#navlist ul{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}
#navlist li{
	list-style-image: none;
	list-style-type: none;
	line-height: 20px;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:  0 5px 0 0;
}

