﻿<!--
/* CSS 文档 */
/* 注意：不要尝试移除注释，否则将导致格式错误！！ */
/* 请将CSS样式放在下面标记中间的空白处 */
/* CSS 开始 */


body
{
    margin: 0px 0px 0px 0px;
	text-align: center;
	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#75838B;
}
body,td,p
{
    font-size: 12px;
    font-family: Verdana, Arial, SimSun;
    line-height: 22px;
}
select,input
{
    font-size: 12px;
    font-family: Verdana, Arial, SimSun;
}
#body
{
	text-align: -moz-center !important; text-align:center; width:950px; margin-left:auto; margin-right:auto; background-color:#FFFFFF;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #0064A1;
    text-decoration: underline;
}
a:active
{
    color: #0064A1;
    text-decoration: underline;
}
a.title
{
    color: #556975;
	font-weight:bold;
    text-decoration: none;
}
a.title:hover
{
    color: #556975;
	font-weight:bold;
    text-decoration: none;
}
a.title:active
{
    color: #556975;
	font-weight:bold;
    text-decoration: none;
}
a.titleActive
{
    color: #FFFFFF;
	font-weight:bold;
    text-decoration: none;
}
a.titleActive:hover
{
    color: #FFFFFF;
	font-weight:bold;
    text-decoration: none;
}
a.titleActive:active
{
    color: #FFFFFF;
	font-weight:bold;
    text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #0064A1;
	font-size:20px;
}
.white {
	font-size: 14px;
	color: #FFFFFF;
}
.opacity{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	background-color:#000000;
	height:30px;
}
a.t
{
    color: #0064A1;
	font-weight:bold;
    text-decoration: none;
}
a.t:hover
{
    color: #0064A1;
	font-weight:bold;
    text-decoration: none;
}
a.t:active
{
    color: #0064A1;
	font-weight:bold;
    text-decoration: none;
}
.logo {
	background-image: url(/images/logo.jpg);
}
.dt {
	background-image: url(/images/dt1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner {
	background-image: url(/images/header1.jpg);
	background-repeat: no-repeat;
}
.m1 {
	background-image: url(/images/m1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.m2 {
	background-image: url(/images/m2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.m3 {
	background-image: url(/images/m3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
A.menuitem:link{
	font-size:14px;
color:#333333;
}
A.menuitem:visited{
	font-size:14px;
color:#333333;
}
A.menuitem:hover{
	font-size:14px;
color:#0064A1;
}
A.menuitem:active
{
	font-size:14px;
color:#0064A1;
}



/* CSS 结束 */
-->