/* CSS Document */
/* ------------------------ 重定义标签 */
body{ 
	padding:0; margin:0 0; font-family:Arial, Helvetica, sans-serif; 
	text-align /**/:center;}

.td {
	font-weight: bold;
	color: #FFFFFF;
}

.STYLE1 {color: #FFFFFF}
.STYLE2 {color: #555}	
body, div, td, select, 
input, textarea{ font-size:12px; word-wrap:break-word;}
h1, h2, h3, h4, h5, h6{
	padding:0;	margin:0;
	font-size:14px;	font-weight:normal; }

a:visited {
	text-decoration: none;
}


a{color:#039;}
a:hover {
	color:#ff6500;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
p	{ margin:0; padding:0;}

/*分页*/

.box{ width:760px; margin:6px auto; overflow:hidden; clear:both; text-align:left;}
.row{ width:100%; overflow:hidden; clear:both;}

/* footer class */

#footerSites{
	margin:0 auto 8px auto; 
	border-top:1px solid #9C9A9C;}
#footerSites .content{
	padding:6px;
	border:1px solid #9c9a9c; 
	border-top:3px solid #fff;
	background:#f7f7f7; 
	line-height:140%; } 
	
#footerCopyRight{
	width:100%; 
	margin:8px auto 0 auto; 
	padding:12px 0 12px 0; 
	border-top:solid 3px #c00;
	line-height:140%;
	text-align:center;}
	
#footerCopyRight a{text-decoration:none;}
#footerCopyRight h3{ margin:4px auto;}


