@charset "utf-8";
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #BC3F14;
	letter-spacing: 1px;
	margin-bottom: -3pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	line-height: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BC3F14;
}
a:hover {
	text-decoration: underline;
	color: #BC3F14;
}
a:active {
	text-decoration: none;
	color: #BC3F14;
}

