a  /* Makes all links non-underlined*/
	{
		text-decoration: none;
	}

/* Keeps most links blue */
	a:visited{color: #0033CC;}
	a:link{color: #0033CC;}
	a:active{color: #0033CC;}
	a:hover{color: orange;}
	 /* Keeps most links blue  */

span
	{
		font-family: Verdana,  Helvetica, sans-serif, Arial;
		color:#00000; 
                font-size: 9pt;
		font-weight: 500;
	}

span.1
	{
		font-family: Verdana,  Helvetica, sans-serif, Arial;
		color:#00000; 
                font-size: 9pt;
		font-weight: 400;
	}

p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black; 
                font-size: 10pt;
		font-weight: normal;
	}
		
		
td
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black; 
                font-size: 10pt;
		font-weight: normal;
	}		
	
th
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black; 
                font-size: 10pt;
		font-weight: bold;
		text-align: left;
	}			