body{
   
   background-repeat: repeat-x;
   background-color: #999999;
   margin: 0px;
}


a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   color: white;
   
}


a:hover {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: white;
    
}



.pcontent {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: normal;
   line-height: 19px;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 10px;
   color: Black;  
  text-align:justify; 

}
.tablecontent {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: normal;
   line-height: 19px;
   text-decoration: none;
   padding-left: 10px;
   padding-right: 10px;
   color: Black;  
  text-align:justify; 

}
#leftcell{
background-image: url(images/leftbg.jpg);
background-repeat: repeat-y;
background-position: right;
   
}

#indexcell{
   
   background-color: #ffffff;


 }
 
.dots{
   font-family: arial;
   font-size:6pt;
color: Black; 
margin-left: 15px; 
}


/**************************************************************** Menu Portion ******************************************************************************/

table.menu{
width:904px; margin: 0px auto;height: 30px;margin-top: 0px; border-left:2px solid #fff;border-right:2px solid #fff;border-bottom:0px solid #fff;
background-color: #006890;
}

table.menu ul{
   margin:0 auto;padding: 0px;background-image: url(images/otmenubg.jpg);background-repeat: repeat-x;text-align: center;color: #fff; }
   
table.menu ul li{
list-style: none;line-height:30px; display:inline;color: #fff; } 
table.menu ul li a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 12px; color:#fff;font-weight: bold;
padding: 9px 5px 10px 5px;
} 
 
table.menu ul li a:hover{
color:yellow;padding: 9px 5px 10px 5pxtext-decoration: none;} 

h1 {
    font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
text-transform: uppercase;
   line-height: 19px;
   color: #3F679C;
   padding-left: 15px;
}


h2 {
    font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
text-transform: uppercase;
   line-height: 19px;
   color: #ff6600;
   padding-left: 15px;
   margin-top: 10px;
   margin-bottom:0px;
   }
   
h3 {
    font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
text-transform: normal;
   line-height: 19px;
   color: #044C68;
   padding-left: 15px;
   margin-top: 10px;
   margin-bottom:0px;
   }
