body {
	background-color: #cccccc;
	background-image: url("images/bg.jpg");
}

P, li, td {
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11pt;
}
	
A:link { color: #006699;
	background: transparent;
	text-decoration: none; 
    } 
A:visited { color: #945E8B;
	background: transparent;
	text-decoration: none; 
	} 
A:active { color: #999999;
	background: transparent;
	text-decoration: none; 
	}
A:hover { color: none;
	background: transparent;
	text-decoration: underline; 
	}

H2	{
	font-size: 14pt;
	}	

H3	{
	font-size: 13pt;
	}

H4	{
	font-size: 12pt;
	}

H5	{
	font-size: 11pt;
	}

H6	{
	font-size: 8pt;
	}

.small { 
font-size: 8pt;
}




	
