﻿* {
	padding: 0px;
	margin: 0px;
}

#search_input{
font-size:12px}

#home_body{
	background:none repeat scroll 0 0 #FFFFFF;
	display: block;
	padding-bottom: 20px;
}
#body_container{
	clear:both;
	padding-top:14px;
	display: block;
}
.rss {
    background: url("../images/rss.gif") no-repeat scroll left top transparent;
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
    left: 15px;
    top: 1px;
    visibility:hidden;
}
.s{
		font-size:9pt
}
.news_items .news_items_li{
	border-bottom:1px dotted #C9CACA;
	clear: both;
	display: block;
	margin-bottom: 11px;
	padding-bottom:11px;
	overflow: auto;
}
.news_item_info h3{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 4px;
	font-family: 宋体;
}
html {
	background: url('../images/masthead.gif') top left repeat-x;
	background-color: #333333;
	color: #fff;
	font-family: 宋体;
	font-size: 12px;
}
body {
	background-color: transparent;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 宋体;
}
a {
	color: #B22222;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	bblr:expression(this.onFocus=this.blur()); 
}
a:HOVER {
	text-decoration: underline;
	color:#ff0000;
}
.news_item_info h3 a:HOVER {
	color:#ff0000;
}
p a:HOVER {
	color:#ff0000;
}
p {
    line-height: 1.5em;
    margin: 0 0 0.75em;
}
img {
	border: none;
	vertical-align: middle;
}
ul {
	line-height: 1.5em;
	list-style-type: none;
	padding: 0;
}
li {
	margin-bottom: 0.5em;
}
form {
	border: medium none;
	margin: 0;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	display: none;
}
.path_nav{
    border: medium none;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 8px;	
}
.path_nav a{
    color: #F7921E;
}
.breadcrumbSeparator{
    font-size: 120%;
}
.ul{
	list-style: disc;
	margin-left: 15px;
}
.content_ol ol,.content_ul ul{
	margin-left: 20px;
}
.content_ul ul{
	list-style: disc;
}
.capitalize{
	text-transform: capitalize;
}
hr{
	border-bottom: 1px dotted #CACACA;
	height:1px;
	border-top: 0;
	margin: 7px 0;
}