.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
}



A:link {
	color: Navy;
}

A:visited{
	color: Navy;
}

A:hover{
	color: Red;
}



.blue {
	color: Navy;
}

.red {
	color: Red;
}


.sectionbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	font-weight : bold;
}

.sectionname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Red;
	font-weight : bold;
}

.sectionname A:Link {
	color: Red;
	text-decoration: none;
}

.sectionname A:Visited {
	color: Red;
	text-decoration: none;
}

.sectionname A:Hover {
	color: Red;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Black;
	font-weight : bold;
}


.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Red;
	font-weight : normal;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}


.articleOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight : bold;
}

.articleOptions A:Link {
	color: White;
	text-decoration: none;
}

.articleOptions A:Visited {
	color: White;
	text-decoration: none;
}

.articleOptions A:Hover {
	color: #CCCCCC;
}