/*全局*/
td,div{ font-size:12px;
		line-height:20px;
		}
body{ background-color:#930; background-image:url(images/bg.jpg); background-repeat:repeat-x; background-position:top; width:910px; margin:0 auto; }
p{ margin:0; padding:0; text-indent:24px; } 
ul{ margin:0; padding:0; }
li{ list-style-type:none;
	padding:0 10px;
	margin:0;
	}
h1{ font-size:16px; color:#930; font-weight:700; margin:12px 0; }
	
/*banner*/
div.hd{ background-image:url(images/banner.jpg);
	 width:910px;
	 height:200px;
	 margin:0 auto;
	 }
	 
/*边距*/
.top{ margin-top:5px; }
.tb{ margin:5px 0;}
.tb1{ margin:10px 0; }
.zbj{ padding:5px; }
.left{ padding-left:10px; font-size:14px; }
.l_h{ line-height:28px; }

/*文字链接*/
a.nav:link{ font-size:13px; color:#5E0002; text-decoration:none; }
a.nav:hover{ font-size:14px; color:#5E0002; text-decoration:underline; }
a.nav:visited{ font-size:13px; color:#5E0002; text-decoration:none; }

a:link{ text-decoration:none; color:#333333}
a:visited{ text-decoration:none; color:#333333; }
a:hover{ text-decoration:underline; color:#333333}



/*边框*/
.border{ border:1px solid #FBAE33; }
.border1{ border-bottom:1px solid #FBAE33;  border-left:1px solid #FBAE33; border-right:1px solid #FBAE33;}
.border2{ border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC; }
.b3{ border-bottom:1px solid #CCCCCC; }
.tuk{ border:1px solid #666; }

/*字体*/
.font1{ font-size:14px; color:#930; padding:0 0 0 10px; font-weight:700; }

/*其他*/
.li{ background-image:url(images/line.gif); background-repeat:repeat-y; background-position:center;}


