body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #D8D8D8;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 12px;
	color: #FFFFFF;	
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 12px;
	color: #D8D8D8;		
	text-transform: none;	
}

h3 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 12px;
	color: #D8D8D8;		
	text-transform: none;	
}

a:link, a:visited, a:active { 
	color: #888888; 
	text-decoration: none;
	outline: none;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
	color: #F0F0F0;
	outline: none;
	font-size: 11px;
}

