body {
	margin: 0px;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000;
}

#footer {
	margin: 15px auto;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
}

.displayBlock {
	display: block;
}

.headline {
	font-size: 14pt;
	font-weight: bold;
}

.subheadline {
	font-size: 12pt;
	font-weight: bold;
}

.title {
	font-size: 10pt;
	font-weight: bold;
}

.titlewhite {
        font-size: 10pt;
        font-weight: bold;
	color: #FFF
}

.content {
	font-size: 10pt;
}

.subtitle {
	font-size: 9pt;
	font-weight: bold;
}

.subcontent {
	font-size: 9pt;
}

.formlabel {
	font-size: 10pt;
	font-weight: bold;
}

.formtitle {
	font-size: 10pt;
	font-weight: bold;
}

.formcontent {
	font-size: 9pt;
}

.errormessage {
	font-size: 14pt;
	font-weight: bold;
	color: #F00;
}

.headlines {
	font-size: 9pt;
	color: #FFF;
}

.contactinfo {
	font-size: 10pt;
}

a:link {
	font-weight: bold;
	color: #DF201A;
}

a:visited {
	font-weight: bold;
	color: #333;
}

a:hover, a:active {
	font-weight: bold;
	color: #F00;
}

a.headlines:link, a.headlines:visited {
	font-weight: normal;
	color: #FC3;
}

a.headlines:hover, a.headlines:active {
	font-weight: normal;
	color: #FF0;
}

a.footer:link, a.footer:visited {
	font-weight: normal;
	color: #FC3;
}

a.footer:hover, a.footer:active {
	font-weight: normal;
	color: #DF201A;
}
