/* ================================================
	HARDCOPY - Cascading Style Sheet, level 2 W3C
================================================ */

a:link       
{
	color: #CE0000;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;	
}

a:visited    
{
	color: #CE0000;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;		
}

a:hover      
{
	color: Black;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;		
}

body   
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #949494;
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	word-spacing: 0em;
	letter-spacing: 1px;
	
	
		}
	
	table
{
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	word-spacing: 0em;
	letter-spacing: 1px;
	padding-left: 0px;
}


.img
{
	padding-left: 0;
	padding-top: 0;
	vertical-align: top;
}
.innertable
{
	border: 13px solid White;
		
}

.headline 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	word-spacing: normal;
	letter-spacing: 1px;
	text-align: left;
	}

.text 
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	word-spacing: 0em;
	letter-spacing: 1px;
	padding-left: 0px;
		
}
.credits a, a:hover, a:visited, a:link{
	font-size: 8px;
	line-height: 2.5em;
	letter-spacing: 1px;
	color: #666666;
		
	
}
