body, p,table  {
		font-family : Arial;
		font-size : 11px;
		color : #FFFFFF;
	}
	
.disclaimer  {
		font-family : Arial;
		font-size : 10px;
		color : #CCCCCC;
	}

.bold1  {
		font-size : 11px;
		color : #494949;
		font-weight : bold;
	}
	
.bold  {
		font-size : 10px;
		color : #494949;
		font-weight : bold;
	}	
	
.arrow  {
		font-size : 12px;
		color : #996699;
		font-weight : normal;
	}		
	
a  {
     	font-family : Arial;
     	font-size : 11px;
     	color : #B1CF17;
     	text-decoration : none;
      font-weight : bold;
     }
     
a:hover  {
     	font-family : Arial;
     	font-size : 11px;
     	color : #6EAC2A;
     	text-decoration : none;
      font-weight : bold;
     }

a:active  {
     	font-family : Arial;
     	font-size : 11px;
     	color : #B1CF17;
     	text-decoration : none;
      font-weight : bold;
     }
	 
