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

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

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

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

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

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