a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {
	color: #666666;
	text-decoration: underline;
} /* 未访问的链接 */
a:visited {
	color: #666666;
	text-decoration: underline;
} /* 已访问的链接 */
a:hover{
	color: #000000;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链接 */

a.bottom:link {color: #666666;} /* 未访问的链接 */
a.bottom:visited {color: #666666;} /* 已访问的链接 */
a.bottom:hover{color: #000000;} /* 鼠标在链接上 */ 
a.bottom:active {color: #666666;} /* 点击激活链接 */

a.bottom2:link {color: #EFEFEF;} /* 未访问的链接 */
a.bottom2:visited {color: #EFEFEF;} /* 已访问的链接 */
a.bottom2:hover{color: #000000;} /* 鼠标在链接上 */ 
a.bottom2:active {color: #EFEFEF;} /* 点击激活链接 */

.bottom-txt{
	color: #EFEFEF;
}
body
{
	font-size: 12px;
	text-decoration: none;
	scrollbar-face-color: #EAEAEA;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #ffffff;
	margin: 0px;
	background-image: url(BG.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.line-bottom{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.line-right{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

td{
	font-family:"宋体";
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
input
{
background-color: #490000; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #CCCCCC;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
.title-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
