@charset "utf-8";
/* CSS Document */
body,html{
	margin:0px;
	padding:10px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	text-align:center;
	}
content{
	width:100%;
	margin:0px auto;
	text-align:left;
	}
/* Font */
.blue12 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #0066FF; 
	}
.redblack12{
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
	}
.gray12{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	}
.white16 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	}
.white28 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	color: #FFFFFF; 
	}
.orange12 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FF6600; 
	}
.orange14b {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #FF6600; 
	}
/* Link */
a:link{
	color:#666666;
	text-decoration:none;
	}
a:visited{
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#FF0000;
	text-decoration:none;
	}
a.red:link{
	color:#666666;
	text-decoration:underline;
	}
a.red:visited{
	color:#666666;
	text-decoration:underline;
	}
a.red:hover{
	color:#FF0000;
	text-decoration:underline;
	}
a.white:link{
	color:#FFFFFF;
	text-decoration:underline;
	}
a.white:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}
a.white:hover{
	color:#FFFF66;
	text-decoration:underline;
	}
/* menu */
#tabs6 {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }
#title1{
	float:left;
	width:40%;
	text-align:left;
	}
#title2{
	float:right;
	width:60%;
	text-align:right;
	}
#line{
	float:left;
	margin-top:5px;
	width:100%;
	height:10px;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	}
#ad{
	float:left;
	width:100%;
	margin-top:5px;
	}
#ad1{
	float:left;
	width:100%;
	height:35px;
	margin-top:5px;
	background-color:#9A9A9A;
	text-align:center;
	}
#main{
	float:left;
	width:79%;
	height:100%;
	margin-top:10px;
	background-color:#FAFAFA;
	}
#right{
	float:right;
	width:20%;
	height:100%;
	margin-top:10px;
	padding-top:10px;
	border:1px #CCCCCC;
	border-style:solid;
	}
.kuang{
	width:95%;
	margin:10px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
.kuang1{
	width:90%;
	margin:0px auto;
	text-align:center;
	}
.ktitle{
	width:100%;
	height:20px;
	margin:0px;
	background-color:#666666;
	text-align:center;	
	font-size: 16px; 
	color: #FFFFFF; 
	}
.kmain{
	float:left;
	width:100%;
	margin-top:10px;
	text-align:left;
	border:1px #008888;
	}
.pic{
	float:left;
	width:20%;
	height:100%;
	padding:5px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px #CCCCCC;
	border-style:solid;
	}
.rot{
	float:left;
	width:70%;
	margin-top:10px;
	margin-bottom:10px;
	}
.line1{
	float:left;
	margin-top:20px;
	margin-bottom:5px;
	width:100%;
	height:1px;
	background-image:url(../images/dot01.gif);
	background-repeat:repeat-x;
	}
.line3{
	float:left;
	width:100%;
	height:2px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	}
.code{
background-image:url(code.jpg);
font-family:Arial;
font-style:italic;
color:Red;
border:0;
padding:2px 3px;
letter-spacing:3px;
font-weight:bolder;
}
.unchanged {
border:0;
}
#footer{
	float:left;
	width:100%;
	text-align:center;
}