body {
    margin: 0px;
}
table.table_title{
    height: 70px;
    border-width: 0px;
    padding: 0px;
    margin:0px;
    width: 100%;
    background-color: #e9eff5;
}
table.table_top {
    width: 100%;
    margin: 0px;
    border-spacing: 0px;
    height: 16px;
    border-width: 0px;
}
table.table_bottom{
    vertical-align: top;
    border-width: 0px;
    text-align: center;
    width: 100%;
    color: white;
    
}
td.header
{
    font-weight: bold;
    border-width: 0px;
    cursor: pointer;
    border-spacing: 0px;
    text-align: center;
    background-image:url(inc/hd_f.jpg);

}
td.header_normal
{
    font-weight: bold;
    color: White;
    border-width: 0px;
    border-spacing: 0px;
    text-align: center;
    background-image:url(inc/hd_f.jpg);
}
td.header_normal_left
{
    font-weight: bold;
    color: White;
    border-width: 0px;
    border-spacing: 0px;
    text-align: left;
    background-image:url(inc/hd_f.jpg);
}

td.footer
{
    font-weight: bold;
    text-align: center;
    background-image:url(inc/hd_f.jpg);
    FONT-SIZE: 9pt; 
    FONT-FAMILY: Arial;

}

td.header a{
    color:white;
    text-decoration: none;    
}
td.footer a:hover{color: red;}
td.header a:hover {color:orange;}
a.menu_item
{
    
    }

td.header:hover
{
    background-color: Orange;
}
a.menulink
{
    color: #FFFFFF;
}