@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;}

body {
    margin: 0 0; 
	font-size: 12px;
	color: #626262;
	font-family:Arial, Helvetica, sans-serif;
	font-family:"宋体";
	background:url(../images/index_05.jpg) #EE7586 repeat-x top;
}

/*body, th, td, textarea, input, select, option {
	font-family:Arial, Helvetica, sans-serif;font-size: 12px;color: #333333;
	font-family:"宋体";
	font-family:"微软雅黑";
}*/

td {
	font-size: 12px;
	color:#020202;
	line-height: 20px;
}

/*---links---*/
a {
	color:#343434;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*color:#343434;*/
}

a img {
	border: none;
}

.clearfloat {
	clear:both; 
	height:0; 
	font-size: 1px; 
	line-height: 0px;
	}
ul{
	list-style:none;
	}
	
.overflowtxt{           /*隐藏超出宽度的文字，IE下可加"..." 要把相应的标签设为区块元素*/
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	}
	
.divwrap{
	word-break:break-all;
	width:200px;     /*宽度要自定义。。。。视情况而定*/
	}
	
.tabwrap{
	table-layout:fixed;
	}
	
.upf{                        /*字母全部大写*/
	text-transform:uppercase;        
	}
.lowf{                      /*字母全部小写*/
	text-transform:lowercase;
	}
.capf{                      /*首字母大写*/
	text-transform:capitalize;   
	}
	
.graystyle{                 /*素装效果*/
		filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	}
