/* CSS Document */

<style type="text/css">
<!--
body {
    font-size:12pt;
	margin-left: 2px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}
a:link {
	text-decoration:none;color:#000033
}
a:visited {
	text-decoration:none;color:#000033
}
a:hover{
	text-decoration:link;
}
a.red:link{
    font-size:10pt; 
	text-decoration:none;
	color:#990000
}
a.red:visited{
    font-size:10pt;
	text-decoration:none;
	color:#990000
}
a.red:active{
    font-size:10pt;
	text-decoration:none;
	color:#003366
}
a.red:hover{
    font-size:10pt;
	text-decoration:link
	color:#003366
}
.line9{
	font-size:9pt;
	line-height:12pt;
	color:#000033
}
.blue {
	color:#000033
}
.line10{ /* 标题列表 */
	font-weight:normal;
	font-size:10pt;
	line-height:18pt;
} 
.bl{
	font-weight:bold
}

.line11{/* 具体内容*/
	font-size:14px;line-height:23px;
} 
.tit{ /*内容标题*/
	font-size:12pt;
	font-weight:bold;
	color:#990000;
	line-height:18pt
}  
.titb{ /*内容标题*/
	font-size:11pt;
	
	color:#000000;
	line-height:18pt
}  

ul {
	list-style-image: url(/images/personal_button.gif);
	margin-left:20px;
	margin-bottom:0px;
	margin-top:5px;
	font-size:9pt;
	line-height:16pt
}
.col  ul{
	list-style-image: url(/images/dot7.gif);
	margin-left:20px;
	margin-top:0px;
	font-size:10pt;
	line-height:16pt
	}
.white{ 
	color:#FFFFFF
	}
.tit2 { /*内容列表指引 */
	font-size:12pt;
	line-height:18pt;
	font-weight:bold
	} 
.white{
	color:#ffffff;
	line-height:18pt
	}
.bold11 { /*栏目字号*/
	font-size: 10.5pt; 
	line-height: 22pt; 
	font-weight: bold; 
	color:#000033}  
.red { 
    font-size:10pt;
	font-weight:normal;
	color: #990000; 
        font-weight:bold;
	}
.border_col {   /*栏目上的虚线 */
	border-top:1px dotted #000000
	}
.border_blue{
	border-bottom:1px dotted #003366
	}
.border_red {   /*栏目标题下的粗红线 */
	border-bottom:2px solid #990000
	}
.border_all{   /*二级栏目中间的边框 */
	border-bottom:1px solid #326698;border-right:1px solid #cccccc
}
form {
	margin-bottom:0px
}
.union{/* 具体内容*/
	font-size:14px;line-height:23px;
} 
.2union{/* 具体内容*/
	font-size:10pt;
	line-height:20pt;
}
.union p{font-size:14px;line-height:23px;}
-->
</style>