body {
	margin: 0; padding: 0;
	background-color: #000000;
}

a {
	color: #FFFFFF;
}

a:visited {
	color: #FF0000;
}

.content {
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	line-height: 16px;
	letter-spacing: 0px;
}
.content a {
	color: #FFFFCC;
	font-weight: bold;
}

.content a:visited {
	color: #FF0000;
	font-weight: bold;
}

.content a:hover {
	color: #FF0000;
	font-weight: bold;
}

.contentblack {
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
}
.contentblack a {
	color: #FF0000;
	font-weight: bold;
}
.contentblack a:hover {
	color: #000000;
	font-weight: bold;
}.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;

}
.sitemap {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color: #FF0000;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.sitemap a {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.sitemap a:hover {
	color: #FF0000;
}
.sitemapLarge a {
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	color: #FF0000;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
}
.sitemapLarge a:hover {
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
}