BODY,P, BR, UL, OL, TD, TH, LI 
{ 
color: 000000; 
font:10px verdana, helvetica, sans-serif; 
}  

 A {
 text-decoration: none;
 color:#2F59A0;
 }
 
  A:hover {
 text-decoration: underline;
 color:#2F59A0;
 }
 
 
      .orange {
     font-size : 10px;
     color :#FF9900;
     font-weight:bold;
     text-decoration : none;
    }
    
      .orange:hover {
     font-size : 10px;
     color :#FF9900;
     font-weight:bold;
     text-decoration : underline;
    }   
     
     .link {
     font-size : 10px;
     color :#2F59A0;
     font-weight:bold;
     text-decoration : none;
    }

     .link:hover {
     font-size : 10px;
     color :#FF9900;
     font-weight:bold;
     text-decoration : none;
    }
              
.navigation {
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.test {
	background-image: url(images/main/testimonials.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
