body {
	background-repeat: repeat-y;
	font-family: Arial, Geneva, sans-serif;
	color: #000000;
}

hr {
	color: #087C9F;
}

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

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

.content, .formcontent, .contactinfo, .navpulldown {
	font-size: 10pt;
}

.subheadline {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

.subcontent, .headlines {
	font-size: 9pt;
}

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

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

a.menuSection {
	color: #FFFFFF;
	text-decoration: none;
}

a.headlines:link, a.headlines:visited {
	color: #7F00FF;
}

a.headlines:hover, a.headlines:active {
	color: #922BFF;
}