body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color : #ffffff;
    color : #72728A;
    font-family : verdana, arial;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: #ff0000;
    }
    
a:visited {
    color: #ff0000;
    }
    
a:active {
    color: #b2b2b2;
    }
    
a:hover {
    color: #1f4c57;
    text-decoration: underline;
    }
    
p {
    color : black;
    font-family: verdana, arial;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    margin-bottom: 10px; 
    margin-left: 15px; 
    margin-right: 15px; 
    text-align: justify;
    }

b {
    color : Black;
    font-family: verdana, arial;
    font-size: 10px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 10px; 
    margin-right: 10px; 
    text-decoration: bold;
    }
    
table {
    border: none;
    font-family: verdana, arial;
    font-size: 11px;
    color : Black;
    line-height: 13px;
}

.menuOn {
   font: 11px Arial;
   color : #000000;
   font-weight : bold;
   padding-left : 6px;
   background : url('buttons/pico2.jpg')  no-repeat left;
   border-top: 0;
   border-bottom: 0;  
   width : 139;
   height : 21;


}

.menuOver {
   font: 13px Arial;
   color :  red;
   font-weight : bold;
   background : url('buttons/pico2.jpg') no-repeat left;
  padding-left : 6px;
  
   border-bottom: 0;
   width : 139;
   height : 21;


}

.submenuOn {
   font: 10px Verdana, Helvetica, sans-serif;
   color :  #000000;
   font-weight : bold;
   /*background : url('buttons/pico2.JPG') no-repeat left;*/
   width : 139;
   height : 21;
   padding: 0px;
   
}

.submenuOver {
   font: 10px Verdana, Helvetica, sans-serif;
   color :  #FFFFFF;
   font-weight : bold;
   /*background : url('images/aboutuso.jpg') no-repeat left;*/
   width : 149;
   height : 21;
   padding : 0px;
}

div.divdis {
    position : relative;
    float : right;
    top: 0;
    left: 0;

}

div.changepic {
    position : relative;
    float : right;
    top: -6px;
    left: 0;
}

div.menu {
    position : relative;
    top: -4px;
    left: 0;
}
    
    
.mainone
{   width: 570px; 
    vertical-align:top; 
    padding: 20px; 
    background:url("images/mainback.jpg");
    background-color : #ffffff;
    color : #000000;
    font-family : verdana, arial;
    font-size: 10px;

}