@charset "utf-8";
body {
	font-family: "宋体", Century;
	font-size: 15px;
	line-height: normal;
	color: #000000;
	background-attachment: fixed;
	background-image: url(img/cbg.png);
	background-repeat: repeat;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

td, th {
	font-family: Century, "宋体";
	font-size: 15px;
	color: #000000; 
	text-decoration: none;
}

form {
	background-color: #DDFF82; 
}

.title {
	font-family: "黑体", "宋体", "幼圆", Century;
	font-size: 24px;
	line-height: 30px;
	background-color: #9F3;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-family: Century,"宋体" ;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}

.header {
	font-family: Century;
	font-size: 24px;
	background-color: #0CC;
	color: #DCDCDC;
}

.nav {
	font-family: Century;
	font-size: 14px;
  	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Century;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Century;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Century;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #06F;
}

.sidebarFooter {
	font-family: Century;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Century;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Century;
	font-size: 12px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
    border-style: ridge;
}

.promo {
	font-family: Century, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000033;
}

.titlebar {
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
  background-color: #60C0F0;
}

.dingbat {
	font-family: Century;
	background-color: #99C;
	color: #006666;
	font-weight: bolder;
	font-size: medium;
}
.emphstat{
	background-color: #4B5CC4;
	font-weight: Bold;
}
.headCls{
	background-color: #FF00FF;
}
.tr_even{
	background-color: #CCFFCC;
}
.tr_odd{
	background-color: #66FFCC;
}  
.tr_even:hover,.tr_odd:hover{
	background-color: #99CCFF;
}
a:link {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
}

input.big {
	width: 100px;
	border: 1px solid #999999;
}

input.small {
	width: 50px;
	border: 1px solid #999999;
}

table{
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}
table td{
	padding:0;
}                                                                

p:first-child::first-letter {
      float: left; 
      font-size: 2em; 
      margin: 0 0.2em 0 0; 
    }