/*全局定义*/
body,td,th {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: 宋体;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6,{
	font-family: 宋体;
}
h1 {
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h1 a {
    font-size: 13px;
	color: #000000;
	text-decoration: none;
}
h1 a:visited {
    font-size: 13px;
	text-decoration: none;
	color: #000000;
}
h1 a:hover {
    font-size: 13px;
	color: #ffffff;
	background-color: #FF9900;
	text-decoration: none;
}
h2 {
	font-size: 13px;
	color: #FF6600;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h2 a {
    font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}
h2 a:visited {
    font-size: 13px;
	text-decoration: none;
	color: #FF6600;
}
h2 a:hover {
    font-size: 13px;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}
h3 {
	font-size: 13px;
	color: #0099FF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-weight:lighter
}
h4 a {
	color: #666666;
	text-decoration: none;
}
h4 a:visited {
	text-decoration: none;
	color: #666666;
}
h4 a:hover {
	color: #ffffff;
	background-color: #FFCC00;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #FF3300;
	padding: 0px;
	margin: 0px;
	font-weight:lighter
}
h6 a {
    font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}
h6 a:visited {
    font-size: 12px;
	text-decoration: none;
	color: #FF3300;
}
h6 a:hover {
    font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
/*全局定义结束*/
/*顶部导航条开始*/
.container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px none;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px #9FB1BC;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border: 1px none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(../images/Rounded.gif) no-repeat bottom center;
}

/* code for presentation purpose (CSS preview) */
body {
        font-family: verdana, sans-serif;
        font-size: 12px;
}
/*顶部导航条结束*/

/* new  */
.content
{	
	word-break:break-all;
}