.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: #666666;
}

#enterdiv
{
	font-weight:bold;
	font-size: 20pt;
	color: #FFFFFF;
	font-family: verdana;	
}

#enterdiv a:link
{
	color: #FFFFFF;
}

enterdiv a:active
{
	color: #FFFFFF;
}

#enterdiv a:visited
{	
	color: #FFFFFF;
}

#enterdiv a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


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;
}

