body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family: Times New Roman, serif;
	color: #000;
}

.headline,
.title {
	font-size: 16px;
	font-weight: bold;
}

.subheadline {
	font-size: 14px;
	font-weight: bold;
}

.content,
.small,
.subcontent,
.formcontent,
.headlines,
.contactinfo {
	font-size: 12px;
}

.subcontentWhite {
	font-size: 12px;
	color: #ffffff;
}

.formlabel,
.formtitle,
.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.errormessage {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

a:link {
	color: #933;
}

a:visited {
	color: #663;
}

a:hover,
a:active {
	color: #C33;
}
