body {
    background-image : url('/images/bg_image.gif');
    background-repeat : repeat-y;
    background-color : #FFFFFF;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    margin-left : 0px;            
}
p,td,ul,ol,li{
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 9pt;
}
.small {
    font-size : 7pt;
}        
.sub {
    background-image : url('/images/sub_filler.gif');
    background-repeat : repeat-x;
}        
.left {
    background-image : url('/images/top_left.jpg');
    background-repeat : repeat-y;
}
.top {
    background-image : url('/images/body_top.gif');
    background-repeat : repeat-x;
}        
.body_left {
    background-image : url('/images/body_left.jpg');
    background-repeat : repeat-y;
}  
.body_right {
    background-image : url('/images/body_right.jpg');
    background-repeat : repeat-y;
}
.body_bot {
    background-image : url('/images/body_bot.jpg');
    background-repeat : repeat-x;
}
.white {
    background-color : #FFFFFF;
}
.red {
    color : #FF0000;
}
.main {
    background-color : #EEECE5;
}

DIV#ads {display:block; margin:0px 0px 15px 30px; padding:0; border:none; width:728px; height:90px;}