@charset "UTF-8";
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #6DA13D;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #003333;
}
.copy {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headline {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
