/* CSS Document */

td#backgroundrightalign {
 background: url(images/left_bg.png) right;
}

td#backgroundleftalign {
 background: url(images/right_bg.png) left;
 }
 
 td#backgroundbottomalign {
  background: url(images/top_bg.png) bottom;
  }
  
 td#backgroundtopalign {
  background: url(images/bottom_bg.png) top;
  }
  
 td#bottomrightalign {
  background: url(images/topleft_bg.png) bottom right;
  }
    
 td#bottomleftalign {
  background: url(images/topright_bg.png) bottom left;
  }
      
 td#toprightalign {
  background: url(images/bottomleft_bg.png) top right;
  }
      
 td#topleftalign {
  background: url(images/bottomright_bg.png) bottom right;
  }
 
 td#sidebottomrightalign {
  background: url(images/side_topleft_bg.png) bottom right no-repeat;
  }
    
 td#sidebottomleftalign {
  background: url(images/side_topright_bg.png) bottom left no-repeat;
  }
      
 td#sidetoprightalign {
  background: url(images/side_bottomleft_bg.png) top right no-repeat;
  }
      
 td#sidetopleftalign {
  background: url(images/side_bottomright_bg.png) top left no-repeat;
  }
        
 td#horizontaltop {
  background: url(images/small/horizontalline.gif) top no-repeat;
  }
        
 td#horizontalbottom {
  background: url(images/small/horizontalline.gif) bottom no-repeat;
  }
          
 td#verticalleft {
  background: url(images/small/verticalline.gif) left no-repeat;
  }
          
 td#verticalright {
  background: url(images/small/horizontalline.gif) right no-repeat;
  }
  
 font.nounderline {padding:4px; text-align:left; font-size:10px; text-decoration:none;  }
 
 font.whitesmall { font-size:11px; font:Verdana;}
 
 font.linktitle { font-size:13px; font:Arial; color:#FFFFFF; }
  font.linktext { font-size:11px; font:Arial; color:#C3D9FF; text-decoration:none;}
    font.linkurl { font-size:11px; font:Arial; color:#FFFFFF; text-decoration:none;}
  