	body, table, tr, td,p {
	font-size: 9pt;
    color: #dddddd;
	font-family: arial;
	font-weight: bold;
	}
	
	.small {
		font-size: 9pt;
    	color: #eeeeee;
		font-weight: normal;
	}
	
	A  {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
    }
	
	A:Hover  {
	color: #ffffff;
	text-decoration: underline;
    }