﻿@charset "utf-8";
/*--初始样式开始--*/
*{ 
	margin:0px;
	padding:0px;
}

body{
	border:0px;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif,"宋体";
	background:#f5fafe url(../images/top_bg.gif) repeat-x top;
	color:#3c3c3c;
}
/*--add 2009 03 23--*/
a:focus{ outline:0;}


a{
	text-decoration:none;
	color:#008739;
}
a:hover{
	color:#BD5000;
	text-decoration:none;
}

form{
	margin:0px;
	padding:0px;
}

input,select,textarea{
	color:#666; 
	font-size:12px; 
}

div,ul,li,p,table,tr,td,img{
	border:0px;
}

li{
list-style:none;
}
h1,h2,h3,h4,h5,h6{
	border:0px;
	font-size:12px;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear_left{
	clear:left;
}

.clear_right{
	clear:right;
}

.clear_both{
	clear:both; 
}
