@charset "UTF-8";
.ArialHelvFont {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #F00;
	background: transparent;
}
a:visited {
	text-decoration: underline; 
	color: #C63; 
	background: transparent;
}
a:hover {
	text-decoration: none; 
	color: #CC3333; 
	background: transparent;
}
a:focus {
	text-decoration: none; 
	color: #CC3333; 
	background: transparent;
}
a:active {
	text-decoration: none; 
	color: #000; 
	background: transparent;
}					
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: 2f1010;
	text-decoration: none;
}
