  html,body{
      margin:0;
      padding:0;
	  background-color:#FFFFFF;
	  font-family : verdana; 
	  font-size: 10px; 
	  color: #000000;
      border:none;
	  text-align:left;
   }
  

p, li	{
    font-family : verdana; 
	font-size: 10px; 
	color: #000000;
	line-height: 16px;  
	} 
	
p.small	{
	font-size: 9px; 
	color: #444444;  
	font-family : verdana; 
	} 
	
p.smaller	{
	font-size: 8px; 
	color: #DDDDDD; 
	font-family :  verdana; 
	} 
	
p.white	{
	font-size: 11px; 
	color: #FFFFFF;  
	}


a 	{
	text-decoration : none;  
	color : #000000; 
	} 

a:visited {
	color : #000000; 
	} 

a:active {
	color : #000000; 
	} 

a:hover {
	color : #ab540f; 
	text-decoration : underline; 
	} 


a.small 	{
	text-decoration : none;  
	color : #444444; 
	} 

a.small:visited {
	color : #444444; 
	} 

a.small:active {
	color : #444444; 
	} 

a.small:hover {
	color : #ab540f; 
	text-decoration : underline; 
	} 
	
	
a.smaller 	{
	text-decoration : none;  
	color : #DDDDDD; 
	} 

a.smaller:visited {
	color : #DDDDDD; 
	} 

a.smaller:active {
	color : #DDDDDD; 
	} 

a.smaller:hover {
	color : #ab540f; 
	text-decoration : underline; 
	}
	
a.white 	{
	text-decoration : none;  
	color : #ffffff; 
	} 

a.white:visited {
	color : #ffffff; 
	} 

a.white:active {
	color : #ffffff; 
	} 

a.white:hover {
	color : #ab540f; 
	text-decoration : underline; 
	} 
	