html
{
    height: 100%;
        margin: 0px;
        padding: 0px;
}                       

body
{
    height: 100%;
        margin: 0px;
        padding: 3px 0px 0px 0px;
        background: url(/images/body_bg.gif);
        font-family: Arial, Tahoma;
        font-size: 12px;
}
div
{
        font-family: Arial, Tahoma;
        font-size: 12px;
}        
td
{                                       
        font-family: Arial, Tahoma;
        font-size: 12px;
}
td.top
{
    background: url(/images/top_bg.gif);
        padding: 0px 0px 10px 10px;
}

h1.top
{
        color: #FFF;
        font-family: Tahoma;
        font-size: 14px;
        text-align: center;
        padding: 0px 0px 5px 0px;
        margin: 0px;
}

a.white, a.white:visited
{                  
    font-size: 10px;
    color: #FFF;
        text-decoration: none;
}
a.white:hover
{
    text-decoration: underline;
}       
a.blue, a.blue:visited
{ 
    color: #000099;               
        text-decoration: none;
}
a.menu, a.menu:visited
{         
        color: #000;
    text-decoration: none;
}                                                 
a.menu:hover
{
        color: #F86300;           
        text-decoration: none;
}
a, a:visited
{
    color: #F86300;
        text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p
{
        margin: 10px 0px 0px 0px;
        padding: 0px;
}
td.cform_input_td, td.cform_title
{
        padding: 5px;
}