@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #383737;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.copy {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

p {
	margin-top:0px;
	margin-bottom:7px;
}

.Headline {
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.bottomlinks {
	font-size: 10px;
	color: #999999;
}
.bottomlinks:link {
	font-size: 10px;
	color: #999999;
}
.bottomlinks:hover {
	font-size: 10px;
	color: #999999;
}
.bottomlinks:visited {
	font-size: 10px;
	color: #999999;
}
.required {
	font-size: 15px;
	color: #CF0014;
}
.textboxex {
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}
.copysmaller {
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.blackcopy {
	font-size: 11px;
	color: #333333;
}
.HeadlineSmall {
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.blackcopy:link {
	font-size: 11px;
	color: #333333;
}
.blackcopy:hover {
	font-size: 11px;
	color: #333333;
}
.blackcopy:visited {
	font-size: 11px;
	color: #333333;
}
.requiredSm {
	font-size: 10px;
	color: #CC0000;
}
