/*--------------------------------------*/
/*	HTML Tags     						*/
/*--------------------------------------*/
	
body, p, td {font-family: verdana;
         font-size: 9pt;
		  text-decoration: none;
		  color: #000000;}
		  
.copyright {font-family: arial;
         font-size: 8pt;
		  text-decoration: none;
		  color: #000000;}	
		  
p.top {font-family: arial;
      font-size: 8pt;
      text-decoration: none;
      font-weight: bold;
      color: #FFFFFF;}		  
		  
b {font-family: arial;
   font-size: 10pt;
   text-decoration: bold;
   color: #FF9933;}	  

b.price {font-family: arial;
   font-size: 12pt;
   text-decoration: none;
   font-weight: bold;
   color: red;}	  

/*--------------------------------------*/
/*	A HREF Tags							*/
/*--------------------------------------*/
		
a {font: 8pt arial;
		text-decoration: bold;
		color: #000000;}

a:hover {font: 8pt arial;
		text-decoration: none;
		color: red;}
	
a.top-navigation {font: 8pt arial;
		text-decoration: bold;
		font-style: none;
		font-weight: bold;
		color: #FFFFFF;}
		
a.top-navigation:hover {font: 8pt arial;
		text-decoration: bold;
		font-style: none;
		font-weight: bold;
		color: #FFFFFF;}	
		
a.learn-more {font-family: arial;
   font-size: 8pt;
   text-decoration: underline;
   font-weight: none;
   color: red;}	  

a.learn-more:hover {font-family: arial;
   font-size: 8pt;
   text-decoration: none;
   font-weight: none;
   color: red;}	  
	
		
		
		