/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #707070;} /* 未访问的链接 */
a:visited {color: #707070;} /* 已访问的链接 */
a:hover{color: #666666; font-weight: bold;} /* 鼠标在链接上 */ 
a:active {color: #707070;} /* 点击激活链接 */

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body {
	margin: 0px;
	background:url(../images/top_bg.gif) repeat-x top;
	background-attachment: scroll;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 170%;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */

td
{
	font-size:12px;
	line-height: 170%;
	color: #707070;
}

.mainbg {
	padding-left:15px;
    background-image:url(../images/main_bg.gif);
	background-position:right;
	background-repeat:repeat-y;

}

.mainbg02 {
	padding-left:20px;
    background-image:url(../images/main_bg02.gif);
	background-position:right;
	background-repeat:repeat-y;

}

.title {
	color: #666;
	font-size:14px;
	font-weight: bold;
	padding-left:10px;
}

.title02 {
	color: #666;
	font-size:14px;
	font-weight: bold;
	padding-left:40px;
}

.white01 {
	color: #fff;
	font-weight: bold;

}

.white02 {
	color: #FFC7C7;

}

.white03 {
	color: #fff;

}

.red01 {
	color: #D70707;
	font-weight: bold;
}

.blue {
	color: #353B87;
	font-size:14px;
	font-weight: bold;

}

.blue02 {
	color: #3B7A8F;

}

/* 单独定义menu字体效果 */
.menu a:link {color: #fff;} /* 未访问的链接 */
.menu a:visited {color: #fff;} /* 已访问的链接 */
.menu a:hover{color: #ff0000;} /* 鼠标在链接上 */ 
.menu a:active {color: #fff;} /* 点击激活链接 */

.bottom {
	color: #fff;
}

/* 单独定义bottom字体效果 */
.bottom a:link {color: #fff;} /* 未访问的链接 */
.bottom a:visited {color: #fff;} /* 已访问的链接 */
.bottom a:hover{color: #ff0000;} /* 鼠标在链接上 */ 
.bottom a:active {color: #fff;} /* 点击激活链接 */


DIV.entity {
	PADDING-RIGHT: 50px; PADDING-LEFT: 50px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000D1A; LINE-HEIGHT: 150%; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 25px;
}

special
{
font-size: 9pt;height: 25px;
}