﻿body {
	margin: 6px;
	padding: 0;
	scrollbar-base-color: #F8F8F8;
	scrollbar-arrow-color: #039;
	font: 12px  Tahoma, Verdana, "宋体";
}

table {
	font: 12px Tahoma, Verdana, "宋体";
}
.wordbreak {
	table-layout: fixed;
	word-wrap: break-word;
}


a:link, a:visited {
	text-decoration: none;
	color: #0000CC;
	font-family: Verdana, Tahoma, "宋体";
}
a:hover {
	text-decoration: none;
	color: #0066FF;
	font-family: Verdana, Tahoma, "宋体";
}


.header {
	color: #FFF;
	font: 14px Tahoma, Verdana, "宋体";
}
.header a:link {
	text-decoration: none;
	color: #FFF;
}
.header a:visited {
	text-decoration: none;
	color: #FFF;
}
.header a:hover {
	text-decoration: none;
	color: #FFFA20;
}


.siderbar_head {
	width: 100%;
	padding: 4px;
	font: bold 13px Tahoma, Verdana, "宋体";
	text-align: center;  
	color: #003399;
}

.siderbar_partition {
	width: 100%;
	border-top: 1px dashed #CCC;
	color: #003399;
}

.siderbar_head2 {
	width: 100%;
	border-bottom: 1px dashed #CCC;
	padding: 4px;
	font: 15px Tahoma, Verdana, "宋体";
	text-align: center;  
	color: #003399;
}

.siderbar_main {
	padding: 4px;
	width: 100%;
	font: 13px Tahoma, Verdana, "宋体";
	text-align: left;
}
.siderbar_main a:link {
	text-decoration: none;
	color: #006699;
}
.siderbar_main a:visited {
	text-decoration: none;
	color: #006699;
}
.siderbar_main a:hover {
	text-decoration: none;
	color: #0099FF;
}

.hyperlink {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #698CC3;
	margin: 4px 0;
	width: 142px;
	padding-left: 6px;
}

img.left {
	float: left;
	margin: 30px 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.center {
	float: center;
	margin: 0 0 0 0;
	clear:both;
}

==============================================

body { background-color: #999999;}
.style1 {
	font-size: 11px;
	color: #ffffff;
}
.STYLE2 {
	font-size: 12px;
	text-decoration: underline;
		}
.STYLE3 {
	font-family: Verdana, Tahoma, "宋体";
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
		}
.STYLE4 {color: #FFFFFF; font-size: 14px; 
			font-family: Georgia, "Times New Roman", Times, serif;
			text-align: center;
		}
		
.STYLE5 {
	color: #CC3300;
	font-size: 13px;
	font-weight: bold;
}

.STYLE6 {
	font-family: Verdana, Tahoma, "宋体";
	color:#CCFFFF;
	font-size: 15px;
	font-weight: bold;
		}

.STYLE9 {
	color: #CC3300;
	font-size: 12px;
	font-weight: bold;
}

.STYLE13 {
	font-size: 20px;
	text-decoration: underline;
		}

.STYLE14 {
	color: #0000FF;
	font-weight: bold;
	text-align: left; 
	font-size: 10pt; 
	font-family: Verdana, Tahoma, "宋体";
	}

==============================================

a { }
   
#tab_header {
  float:left;
  width:100%;
  
  font-size:90%;
  line-height:normal;
}
//#tab_header a {
//color:#000000;
//  text-decoration:none;
//  display:block;
// padding:5px 10px 4px;
//}
#tab_header ul {
  margin:0;
  padding:0px;
  list-style:none;
}
#tab_header li {
 float:left;
 background:#DCEEEE;
 border:solid 1px #8EA2C2;
 margin-left:2px;

 font-size:13px;
 color:blue;
 text-decoration:none;
 display:block;
 padding:5px 10px 4px;
 cursor: hand;
}

#tab_header .current {
 background:#FFFFFF;
 border-left:solid 1px #8EA2C2;
 border-top:solid 1px #8EA2C2;
 border-right:solid 1px #8EA2C2;
 border-bottom:solid 0px #8EA2C2;
 
}
#tab_header .current a{
 padding-bottom:5px;
}

.tab_content {
  margin-top:10px;
}
.tab_content .contentHeader {
  background-color:#BCC7E0;
  border:solid 1px #4B66A5;
  font-weight:bold;
}
.tab_content .contentHeader2 {
  background-color:#BCC7E0;
  border:solid 0px #4B66A5;
  font-weight:bold;
}

.tab_content .contentMain {
 border-left:solid 1px #4B66A5;
 border-top:solid 0px #4B66A5;
 border-right:solid 1px #4B66A5;
 border-bottom:solid 1px #4B66A5;
}

a.button, a.button:link, a.button:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #0066cc;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
color: #FFFFFF;
text-decoration: none;
}

a.button:hover{text-decoration: underline;}

