BODY {
 background: #e5eeef;
 color: #38595c;
 font-family: verdana, arial;
 font-size: 11px;
}

.body_main 
{
    background: url('images/bg.gif');
    width: 960px;
}

.navigation a
{
    display: block;
    height: 40px;
    color: #38595c;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}

.navigation a:hover
{
    display: block;
    height: 40px;
    color: #38595c;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
    background: transparent url('images/nv_highlight.gif');
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}

.nav_cells 
{
    padding: 0px, 30px, 0px, 30px;
    height: 46px

}

.hm_title {
    font-size: 16px;
    font-weight: bold;
}

.hm_subtitle {
    font-size: 14px;
    font-weight: bold;
}

.hm_subnormal {
    font-size: 11px;
    font-weight: bold;
}

.normal {
    font-size: 11px;
    text-decoration: none;
}

.footer {
    background: url('images/bg_footer.gif');
    font-size: 8px;
    height: 124px;
}

div.hr {
    height: 2px;
    background: url('images/hr.gif');
}

div.hr hr {
    display: none;
}

.link 
{
    color: #38595c;
    font-size: 11px;
    text-decoration: underline;
}
.link:hover 
{
    color: #38595c;
    font-size: 11px;
    text-decoration: none;
}

ul, ol, li 
{
    font-size: 11px;
    list-style-type: square;
}

.tblcontent {
   background: #abc9cc;
   padding: 5px;
   }
  
.relatedlinks {
   padding: 5px 0px 0px 5px;
   }
    
  
.tbl_middle {
   background: #abc9cc;
   height: 8px;
   }  
   
  
.tbl_top_left {
   background:#abc9cc url('images/bg_rnd_top_left.gif');
   width: 8px;
   height: 8px;
   cellpadding: 0px;
   cellspacing: 0px;
   }  
   
.tbl_top_right {
   background:#abc9cc url('images/bg_rnd_top_right.gif');
   width: 8px;
   height: 8px;
   cellpadding: 0px;
   cellspacing: 0px;
   } 
   
    
.tbl_bottom_left {
   background:#abc9cc url('images/bg_rnd_bottom_left.gif');
   width: 8px;
   height: 8px;
   cellpadding: 0px;
   cellspacing: 0px;
   }  
   
.tbl_bottom_right {
   background:#abc9cc url('images/bg_rnd_bottom_right.gif');
   width: 8px;
   height: 8px;
   cellpadding: 0px;
   cellspacing: 0px;
   }
   
 .tbl_side {
   background: #abc9cc;
   width: 8px;
   }  