body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	}

.headline {
	color: #999999;
	font-size: 28px;
	font-weight: bold;
	}
		
.headlinered {
	color: #FF0000;
	font-size: 27px;
	font-weight: normal;
	}
	
.bodytext {
	font-size: 14px;
}
.topbar {
	height: 6px;
	width: 100%;
	background-color: #999999;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
.navtext {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.sectionheader {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pageheader {
	font-size: 18px;
	font-weight: bold;
}
.triangle {
	color: #999999;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
