.headline
{
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
}

.sub_headline
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
}

.content
{
	
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
}

.body
{
	background-color: #000000;
}


A:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.link_white:link {
color: white;
text-decoration: none;
}
a.link_white:visited {
color: white;
text-decoration: none;
}

a.link_white:active {
color: white;
text-decoration: none;
}
a.link_white:hover {
color: white;
text-decoration: underline;
}
