body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    color: #5A707D;
    font-size: 11px;
    font-family: Tahoma;
    } 
p {
    margin: 11;
    color: #5A707D;
    font-size: 11px;
    font-family: Tahoma;

    }
td {
    color: #5A707D;
    font-size: 11px;
    font-family: Tahoma;

    }

li,table {
    color: #5A707D;
    font-size: 11px;
    font-family: Tahoma;
    }
h1 {
    margin: 11;
    color: #5A707D;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
}
h2 {
    margin: 3;
    color: #5A707D;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
}
a {
    color: #5A707D;
    text-decoration: underline;
    font-size: 11px;
    font-family: Tahoma;
    }
a:hover {
    color: #5A707D;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
    }
a.submenu {
    color: #7F8A82;
    text-decoration: none;
    font-size: 10px;
    font-family: Tahoma;
    }   
a.submenu:hover, a.submenu_cur {
    color: #737FB0;
    text-decoration: none;
    font-size: 10px;
    font-family: Tahoma;
    }   
a.submenu_cur {
    color: #737FB0;
    text-decoration: none;
    font-size: 10px;
    font-family: Tahoma;
    }   
a.submenu_cur:hover {
    color: #737FB0;
    text-decoration: none;
    font-size: 10px;
    font-family: Tahoma;
    }   
 
