/* css data */

body
	{
	background-color:#5E5E5E;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
	line-height:18px;
	}


/* headlines */
	
.headline
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}

.news
	{
	font-size:11px;
	color:#111111;
	font-weight:bold;
	}

.secondary
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C9151E;
	font-weight:bold;
	}

.tablesub
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	font-weight:bold;
	}


/* small text */	
	
.footnotes
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#333333;
	}
	
a:visited
	{
	text-decoration:none;
	color:#333333;
	}
	
a:hover
	{
	text-decoration:none;
	color:#C9151E;
	background-color:#F1F1F1;
	}
	
a:active
	{
	text-decoration:none;
	color:#333333;
	}