﻿body
{
    background-color: #dcdcdc;
    font-family: Verdana,Arial;
    font-size: 11px;
    margin-top: 3px;
}
/*divs*/
.d_main
{
    margin-left: auto; 
    margin-right: auto;
    width: 810px;   
}
d_right
{
    height:100%;
    position:absolute;
    vertical-align:top;
}
/*tables*/
.t_cont
{
    background-color:#ffffff; 
    margin-left:auto;
    margin-right:auto;  
    vertical-align:top; 
    width:98%
}
.t_footer
{
    background:url(../images/lo_footer_bg.gif);
    background-repeat:repeat-x;
    color:#a9a9a9;
    font-family:Arial;
    font-size:10px;
    height:70px;
    margin-left: auto;
    margin-right: auto;
    width: 810px;
}
.t_main
{
    background-image: url(../images/bg_default.gif); 
    background-repeat: no-repeat;
    background-color: #ffffff; 
    border-left:#a9a9a9 1px solid;
    border-right:#a9a9a9 1px solid;
    border-top:#a9a9a9 1px solid;
    margin-left: auto;
    margin-right: auto;
    width: 810px;
}
.t_menu
{
    background-color:#f5f5f5;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    margin-left: 5px;
    margin-right: auto;
    padding-left:5px;
    width: 197px;
}
.t_right
{
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 600px;
    vertical-align: text-top;
}
.t_shade
{
    background:url(../images/lo_bottom_shade.gif);
    background-repeat:repeat-x;
    height:15px;
    margin-left: auto;
    margin-right: auto;
    width: 812px;
}
/*headings*/
.hd_main
{
    border-bottom: solid 1px #dcdcdc;
    color:#daa520;
    font-size:13px;
    
}
.hd_sub
{
    border-bottom: solid 1px #dcdcdc;
    font-size:12px;
    font-weight:bold;
}