@charset "utf-8";
#navwrapper a:link {
	color: #0000FF;
	text-decoration: none;
}
#navwrapper a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navwrapper a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#navwrapper a:visited {
	color: #996666;
	text-decoration: none;
}
#soldpagesnavwrapper {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

