DIV, td { 
	font-size: 12px; 
	color: #383939; 
	font-weight: normal; 
	font-family: Arial; 
	padding: 0px;
	border-style: none;
	border-width: 0px;
	
}

body {	
  height:100%;
	margin: 0px;
	background-color: #5e656d;
  background-image: url(design/bg.png);
  background-position: center top;
  background-repeat:repeat-x;  
}

a:link, a:visited {     
  color: #000000;
	text-decoration: none ;
}

a:hover {  
  color: #000000;
	text-decoration: underline ;
}

h1 {  
	padding: 0px;
	margin: 0px;
	font-size: 14px; 
	color: #383939; 
	font-weight: bold; 
	font-family: Arial; 
}

h2 {  
	padding: 0px;
	margin: 0px;
	font-size: 16px; 
	color: #383939; 
	font-weight: normal; 
	font-family: Arial; 
}

DIV.all {
  border: 0px solid #000000;
  width: 1059px;      
  position: relative;
}

DIV.logo {
  width: 100%;
  height: 100px; 
  _height: 167px;
  padding-top: 67px;
}

DIV.menu {      
  height: 38px; 
  _height: 57px;
  padding-top: 19px;
  padding-left: 21px;
  background-image: url(design/bg_menu.jpg);
  color: #000000;
  font-size: 16px;
  font-weight: bold; 
}

DIV.pod_menu {
  height: 44px; 
}

DIV.header {
  height: 256px; 
  background-position: center top;
  background-repeat:no-repeat;  
}

DIV.main_top {
  height: 27px;
  _height: 41px; 
  background-image: url(design/bg_main_top.jpg); 
  background-position: center top;
  background-repeat:no-repeat;  
  text-align: left;
  padding-top: 14px;
  padding-left: 21px;
  
}

DIV.main {    
	background-color: #ededed;
	color: #383939;
	padding: 12px;
} 

DIV.main_left {
  float:left; 
  width: 744px; 
  _width: 768px;   
  border: 2px solid #d2d2d2; 
	color: #383939;
	background-color: #ffffff; 
	text-align: left;
	padding: 12px;
}

DIV.main_right {
  float:right; 
  width: 260px;
}

DIV.main_right2 {
  width: 222px; 
  _width: 246px; 
  border: 2px solid #d2d2d2; 
	color: #383939;
	background-color: #ffffff; 
	text-align: left;
	padding: 12px;
}

DIV.main_bottom {
  height: 13px; 
  background-image: url(design/bg_main_bottom.jpg); 
  background-position: center top;
  background-repeat:no-repeat;  
}

DIV.bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d2d2d2;
}

A.tgcz {
  font-weight: bold;
	color: #ffffff; 
}

TD {
  background-color: #ededed;
  padding: 2px;
} 

TD.td2 {
  background-color: #d7d5d5;
}

TD.td3 {
  background-color: #ffffff;
}

