
 BODY{
  margin:0px;
  background-image:url("img/bg.png");
  background-color:#dad8de;	
  background-repeat:repeat-x; 
 }
 
 TD,DIV,TH{
  font-family:verdana;
  font-size:11px;	 
 }
 
 A{
  color:#5544ff;	 
 }
 
 A:hover{
  color:#996644;		 
 }
 
 .header{
  background-image:url("img/banner.jpg");	 
  width:799px;
  height:92px;
 }
 
 .header_menu{
  background-image:url("img/bar.png");	 
  width:799px;
  height:21px;
  border-bottom:1px solid #2d2d2d;	 
 }
 
 .menu a{
  background-image:url("img/menu_bg.png");
  border-right:1px solid #2d2d2d;	 
  padding:4px;
  height:13px;
  display:block;
  font-weight:bold;
  color:#000;
 }
 
 .menu a:hover{
  background-image:url("img/menu_bg2.png");
  display:block;
  color:#333;
 }
 
 .inner{
   background-image:url("img/in_bg.png");
   background-color:#d8d8d8;
   background-repeat:no-repeat;
   border:1px solid #2d2d2d;	  
   border-top:0px;
   width:800px;
   height:29px;	 
  }


  
  .p1{
   padding:4px;	  
  }
  
  .bar_big{
   background-image:url("img/bar_center.png");
   width:500px;
   height:23px;	
   font-weight:bold;  
  }

  .bar_small{
   background-image:url("img/bar_center.png");
   width:168px;
   height:23px;	  
   font-weight:bold;
  }  
   
 .bar_big_inner{
   background-image:url("img/in_bg.png");
   background-color:#d8d8d8;
   background-repeat:no-repeat;
   border:1px solid #2d2d2d;	  
   border-top:0px;
   width:500px;
   height:29px;	 
  }

 .bar_small_inner{
   background-image:url("img/in_bg.png");
   background-color:#d8d8d8;
   background-repeat:no-repeat;
   border:1px solid #2d2d2d;	  
   border-top:0px;
   width:168px;
   height:29px;	 
  }  
  
  .bar_left{
   background-image:url("img/bar_left.png");
   width:32px;
   height:23px;	  
  }
  
  .bar_right{
   background-image:url("img/bar_right.png");
   width:23px;
   height:23px;	  
  }
  
  .i1{
   font-style:italic;
   color:#555;	 
   padding-right:4px; 
  }
  
  .imgC{
   padding:2px;
   border:1px solid black;
   background-color:#ddd;	
  }