/* CSS Document */
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body                      
{
	margin-left: 0px; /* 上下边距定义 */ 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	/*background-color: #f9f9f9; 页面背景颜色定义 */ 
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface; /*滚动条定义 */ 
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;	
	text-align: center;

}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #3d516b;} /* 未访问的链接 */
a:visited {color: #3d516b;} /* 已访问的链接 */
a:hover{color: #000000;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/*表格样式定义 */ 
table
{
    font-family: Verdana, Arial, "宋体";
	border:0px;
	cellpadding:0;
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	line-height: 22px;
	}

/*输入框样式定义 */ 

input
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*选择框样式定义 */ 
checkbox
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	border: 0px;
}


.checkbox/*选择框样式定义 */ 
{
	background: none transparent scroll repeat 0% 0%;
	color: #333333;
	border: 0px;
}
/*文本区域输入样式定义 */ 
textarea
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*文字按钮样式定义 */ 
button
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #666666;
}
.button
{
	color: #FFFFFF;
	background-color: #006699;
	border: 3px double #006699;
	line-height: 16px;
	height:22px;
}
/*选择样式定义 */ 
select
{
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}
ul,li{
	padding:0px;
	margin:0px 0px 0px 12px;
	text-align: left;
}

.left_bottom {
	background-image: url(../images/left_bottom.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.left_main {
	background-image: url(../images/left_main.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.ee7128 {
	font-size: 12px;
	color: ee7128;
}
a.link01:link,a.link01:visited,a.link01:active{color: #ee7128;text-decoration: none;}
a.link01:hover {color: #000000;text-decoration: underline;}
.bottom_bg {
	background-color: #ED691F;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

