/* CSS Document */
/*body用于页面总的样式设计包含背景色和文字大小和颜色*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #1F577A;
	text-decoration: none;
	text-align:center;
	/*background-color: #FAFAF6;*/
	background-repeat: repeat-y;
	background-position: center;
}
/*搜索边框样式*/
.search_kk {;
	border: 2px solid #1c9fe7;
}
/*列表边框样式*/
.info_kk {;
	border: 1px solid #c8c8c8;
	padding-right:5px;
	padding-left:5px;
}
/*hl_leftpdt用于首页列表文字链接样式*/
.hl_leftpdt {
	color: #003366;
	text-decoration: none;
}
a.hl_leftpdt:hover{
	color: #FF6600;
	text-decoration: underline;
}
/*05-19*/
.tdclass {		
		height:30px;
		font-size:14px;
		text-align:left;  
}
.bgtdclass
{
	    height:60px;
		font-size:14px;
		text-align:left; 
}
a:link 
{
  text-decoration: none;
  color: #003366;
}
a:active 
{
  text-decoration: none;
  color: #003366;
}
a:visited 
{
  text-decoration: none;
  color: #003366;
}
