/* CSS Document */

body {

margin: 0;

}


.contenttd {


background: #fff url(images/nav_shadow.png) bottom repeat-x;; 

}

.navtd {

padding: 5px 0 0 0;
background: #4F5353;
height: 130px; 

}

.tablepad {

padding: 0 0 10px 0;


}


p {  
     font-size: 12px;
     color: #AEB6BE;
     font-family:trebuchet, Arial, Helvetica, sans-serif;
     padding: 0 0 0 0;
     line-height: 1.5;
}

h1{
   font-size: 12px;
   color: #AEB6BE;
   font-family:trebuchet, Arial, Helvetica, sans-serif;
   line-height: 1.5;
   padding-bottom: 0pt;
   padding: 0 0 0 0;


}

h2{
     font-size: 12px;
     color: #B6BAB9;
     font-family:trebuchet, Arial, Helvetica, sans-serif;
     padding: 0 0 0 0;
     line-height: 1.5;
     font-weight: normal;
}

h3{
     font-size: 12px;
     color: #B6BAB9;
     font-family:trebuchet, Arial, Helvetica, sans-serif;
     padding: 0 0 0 0;
     line-height: 1.5;
     font-weight: normal;
}
   
ul{
     font-size: 12px;
     color: #000000;
     font-family:trebuchet, Arial, Helvetica, sans-serif;
     padding: 0 30px 0 0;
     line-height: 1.5;
     padding: 0 60px 0 40px;
     text-align: left; 
   

}   

a:link{
  color: #DEDEDE;
  text-decoration: none;
  padding: 0 0 0 0;
  font-size: 12px;
  font-family:trebuchet, Arial, Helvetica, sans-serif;

  
  
}

a:visited {
  color: #FFFFFF;
padding: 0 0 0 0;  
text-decoration: none;
    font-size: 12px;
  font-family:trebuchet, Arial, Helvetica, sans-serif;
  
   
}

a:hover { 
  color:#AEB6BE;
  text-decoration: none;
  padding: 0 0 0 0;
    font-size: 12px;
  font-family:trebuchet, Arial, Helvetica, sans-serif;
  
  }
  
/*======== classes ========*/
 
 
a.mainnav:link{
  font-family:trebuchet, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6F655A;
  padding: 0 2px 0 2px;
 
  
}

a.mainnav:visited {
  font-family:trebuchet, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6F655A;
 padding: 0 2px 0 2px;

   
}

a.mainnav:hover { 
   font-family:trebuchet, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3E3E3E;
  text-decoration: none;
  padding: 0 2px 0 2px;

}
  