/* Fix a silly bug in Mozilla */
html { 
	min-width: 770px;
	 }

/* Helpers and base rules */
img	{
	border: 0;
	}

form {
	margin:0px;
}

/* Primary layout divisions */
body{
	margin: 0;
	padding: 0;
	border: 0;	
	}

body, p, td, ul, ol, li, dl, dt, dd {
	font-size:12px;
	font-family: "宋体","新宋体", Verdana, Helvetica, sans-serif;
	}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

/* 区块元素定义 */
td.block {
	vertical-align:top;
	}
	
/* Default links 	*/
a:link, a:visited, a:hover, a:active {
	text-decoration : none;
	background: transparent; 
	color: #000;
	}

a:hover {
	color: #000;
	text-decoration:underline;
	}

a:active {
	color: #000;
	}

a.style1:link, a.style1:visited, a.style1:hover, a.style1:active{
	text-decoration:underline;
}

/* 导航条样式 */
a.yellow_nav:link,a.yellow_nav:visited {
	font-size: 14px;
	color: #FF6600;
}

a.yellow_nav:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration:underline;
}

/* 列表相关定义 */
.list {
	line-height:160%;
	}


.title, .title2 {
	font-size:18px;
	color:#05006C;
	font-weight:bold;
}

.title2 {
	font-size:16px;
}

/* 正文相关定义 */
.content, .content p{
	font-size: 14px;
	text-decoration: none;
	line-height: 170%;
}

.content-summary {
	font-size:12px;
	text-align:left;
	vertical-align:top;
	line-height:160%;
}



A {
	COLOR: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;

}

.w {
	font-size: 12px;
	line-height: 24px;
}
a.one:link {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
}
A.one:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "宋体";

}
a.one:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "宋体";
}
