﻿/* CSS Document */
/*------------------------------
Base Style Sheet For All Web Pages
--------------------------------*/
/*--------global set--------*/
body{ font-family:"宋体"; font-size:63%; background:#d0e7d7 url(../images/bg-body.gif) repeat; color:#1a1a1a; border:none; margin:0; padding:0; position:relative;}
html,div,span,code,form,img,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset{ margin:0; padding:0; border:none;}
table,tr,th,td{ margin:0; padding:0;}
p{ padding:0; border:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:none;}
select,input,textarea{ font-family:"宋体"; color:#1a1a1a;}
/*--------alignment--------*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*--------link--------*/
a{ color:#1a1a1a; text-decoration:none;}
a:hover{ color:#1a1a1a; text-decoration:underline;}
/*--------others--------*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}
.clearBoth{
	clear:both;
	margin:0;
	padding:0;
	border:none;
	height:0;
	line-height:0;
	font-size:0;
}
.marTop_8{ margin-top:8px;}
.marTop_12{ margin-top:12px;}
.colorMaroon,.colorMaroon:hover{ color:maroon;}
