body{
    font-size : 10pt;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
    color: blue;
}
.bot {
    color : #000000;
    margin-top : 20px;
    padding-bottom : 10px;
    margin-bottom : 0px;
    margin-left : 10px;
    margin-right : 10px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}      
.bot a {
    color : #000000;  
    margin-left: 10px;
    text-decoration: none;
}
.bot a:hover {
    color : #294A7B;    
}

td.gradient{ 
    background: url('../img/navig.gif') ;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: black;
}
td.gradient:hover{
    background: url('../img/navigr.gif') ;
}
.bodyBackground{ 
       background: url('../img/fon01.gif');
       background-repeat: repeat-x; 
       height: 375px;
       vertical-align: top;
       padding-top: 15px;
       padding-left: 15px
}