﻿/*---------------------页面基础定义----------------------------------*/
body {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	

	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFB901;
		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial;
	font-size:14px;
	line-height: 150%;
}
font {
line-height: 150%;
}
.lint {
line-height: 200%;
}
.li01 {
list-style:none; background:url(dotlist02.gif) no-repeat 0px 5px; padding-bottom:8px; 
}
.liimg {
list-style:none; background:url(dotlist01.gif) no-repeat 0px 5px; 
}
.table_info1 { 
border: 1px solid #FFB901;
}
.table_info2 { 
border: 1px dotted #FFB901;
}
.table-right-bt1 {
border-bottom: 1px dotted #FFB901; border-right: 1px dotted #FFB901; 
}
.table-bt1 {
border-bottom: 1px dotted #FFB901; 
}

/*---------------------链接定义----------------------------------*/
a {
	font-size: 12px;
	color: #666666;
}
a:link {/*未被访问时*/
	text-decoration: none;
}
a:visited {/*被访问后*/
	text-decoration: none;
	/*color: gray;/*链接颜色为灰色*/
}
a:hover {/*鼠标指示时*/
	/*background-color:#FFFF00;/*链接文字背景色*/
	text-decoration: underline;/*下划线*/
	color: #839893;/*链接文字前景色*/
}
a:active {/*鼠标点击时*/
	text-decoration: none;/*没有下划线*/
	color: #c2130e;
}

/*---------------------链接2定义----------------------------------*/
a.link2:link {
	text-decoration:none;
	font-size:14px;
	font-weight:bolder;
}
a.link2:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight:bolder;/*字体加粗*/
}
a.link2:visited {/*被访问后*/
	text-decoration: none;
	font-size:14px;
	font-weight:bolder;
}
