<!--
/*定义tr,td,table,input,textarea,p*/
tr, table, input, textarea, p, chackbox
{
	font-family: "宋体";/*字体:宋体*/
	font-size: 12px;/*字体大小:12px*/
}
/*定义class font-tilte*/
.font-title
{
	font-size: 14px;/*字体大小:14px*/
	font-weight: bolder;/*字体粗细:粗体*/
	color: #000000;/*字体颜色:黑色*/
}
/*定义超链接样式a.area*/

a.area:link {
	color: #000000;
	text-decoration: none;
}
a.area:visited {
	color: #F06000;
	text-decoration: none;
}
a.area:active {
	color: F06000;
	text-decoration: none;

}
a.area:hover {
	color: f06000;
	text-decoration: underline;

}

/*定义超链接样式*/
a:link, a:visited, a:active 
{
	color: #000000;/*字体颜色:黑色*/
	text-decoration: none;/*定义没有下划线*/
}
a:hover
{
	color: red;/*字体颜色:黑色*/
	text-decoration: underline;/*定义有下划线*/
}
/*定义超链接样式a.red*/
a.red:link, a.red:visited, a.red:hover, a.red:active
{
	color: #Fc0000;
	text-decoration: underline;

}
/*定义菜单样式input-v*/
.input-v {
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";/*字体:verdana*/
	font-size:11px;/*字体大小:11px*/
	font-weight:bold;/*字体粗细:粗体*/
	color:#384249;/*字体颜色:墨蓝色*/
}
/*定义样式web*/
.web
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";/*字体:verdana*/
	font-size: 11px;/*字体大小:11px*/
	color: #0033FF;/*字体颜色:蓝色*/
	text-decoration: underline;/*文字有下划线*/
}
a.move:link, a.move:visited, a.move:visited, a.move:active {
	color: #FF3300;
	text-decoration: none;
}
.font-14red {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a.web:link, a.web:visited, a.web:visited, a.web:active {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #0033FF;
	text-decoration: underline;
}
a.unlink:link, a.unlink:visited, a.unlink:visited, a.unlink:active {
	text-decoration: none;
}
a {cursor:hand}
.font-v11 {
	font-family: "Verdana", "Arial";
	font-size: 11px;
}
.tr-title {
	font-size: 12px;
	font-weight: bold;
	background-color: #F97A44;
	color: #FFFFFF;
}
.tr-s2 {
	background-color: #FFF7F0;
	height: 23px;
	text-align: center;
}.tr-s1 {
	height: 23px;
	text-align: center;}

.regtr-s2 {
	background-color: #FFF7F0;
	height: 23px;


}.regtr-s1 {
	height: 23px;

}
.num {
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 
	font-size: 12px;
	font-weight: normal;
}
.num-b {
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px; font-weight: bold;
	margin-bottom: 5px;
}
.font-14 {
	font-size: 14px;
	line-height: 18px;
}
a.menu1:link, a.menu1:visited, a.menu1:active{
	color: #000000;
	text-decoration: none;}
a.menu1:hover{
	color: #FF6600;
	text-decoration: none;}
.runtr-title {
	font-weight: bold;
	background-image: url(/commimage/jobcn_per_tab_top.gif);
	text-align:center;
}
.runtr-y {
	background-color: #FAF6EC;
	height: 23px;
	text-align: center;
}.runtr-w {
	height: 23px;
	text-align: center;}
	
.title-h {FONT-SIZE: 12px; FILTER: dropshadow(color=#FCDDAB,offx=1,offy=1)}
.border-top4{border-top:#F9F4E6 4 solid;background:#F5EDD5}

/*底部*/
#foot{/*因为历史原因不能置中，所以用一个百分百宽的层包装起来*/
    border:0px solid #000000;
    text-align:center;
    vertical-align:top;
    width:100%;
    margin:auto; padding:0px;
    font-size:12px;
}
#footer{
    display:block; clear:both;
    margin:auto; padding:15px;
    width:766px;
    border:0px;
    border-top:1px solid #CDDADE;
    text-align:center;
}
#footer a{text-decoration:underline;}
-->