body {
  color: black;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  margin: 0;
}
#header {
  background: #FFFFFF url("images/line.png") repeat-x scroll left 25px;
}
#title {
  background: url("images/logo.png") no-repeat scroll left 25px;
  width: 750px;
  height: 100px;
  margin: auto;
}
#menu{
  width: 750px;
  margin: auto;
  color: #64B9FF;
  padding-bottom: 2px;
  font-weight: bold;
}
#content {
  width: 740px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 10px;
  border-right: 1px solid #4682B4;
}
#footer {
  width: 750px;
  margin: auto;
  border-top: 1px solid #4682B4;
}
#footerleft {
  border-left: 1px solid #4682B4;
  float: left;
}
#footerright {
  float: right;
  font-family: "Courier new", monospace;
  font-size: 12px;
  line-height: 21px;
}
#container{
	width:100%;
	height:97%;	
	min-height:400px;
}
div.shortcut {
  font-family: "Courier new", monospace;
  font-size: small;
}
a.headerselected {
  color: #000000;
  background-color: inherit;
}
a.header {
  color: #64B9FF;
  background-color: inherit;
}
a {
  color: #4682B4;
  background-color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
  border-style: solid;
  font-size: 12px; 
}
table,td,tr,th,thead {
  border-color: #4682B4;
}
pre, h4 {
  margin-top: 0;
}
.legal{
	position:static;
	bottom:0px;
	text-align:center;
	color:rgb(95,95,95); /*5F5F5F;*/
	height:22px;
}
.lable{
	font-size:16px;
	color:#dfdfdf;
	margin-top:20px;
	text-align:center;
	line-height:0.4em;
}
.clearfix{
	clear:both;
	float:none;
}
.img{
	-webkit-transform:scale(0.6);
	-moz-transform:scale(0.6);
	-o-transform:scale(0.6);
	float:left;
	margin-left:-50px;
	margin-right:-50px;
	margin-top:-10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	}
.img img{
		padding:10px;
		border:1px solid #fff;
}
.img:hover{
	-webkit-transform:scale(0.8);
	-webkit-box-shadow:0px 0px 30px #ccc;
	-moz-transform:scale(0.8);
	-moz-box-shadow:0px 0px 30px #ccc;
	-o-transform:scale(0.8);
	-o-box-shadow:0px 0px 30px #ccc;
}	
.img .mask{
	width: 100%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	height: 100%; 
	opacity:0.6;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#img-1:hover .mask{
	margin-left:320px;
	margin-top:159px;
	height:0%;
	width:0%;
	-webkit-transform: rotateZ(750deg);
	-moz-transform: rotate(750deg);
	-o-transform: rotate(750deg);
}
#img-2:hover .mask{
	margin-left:320px;
	margin-top:335px;
	height:0%;
	width:0%;
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(-360deg);
}
.s2 {
font-style: italic;
color: #008000;
}
.s6 {
font-weight: bold;
color: #0000ff;
}
.s13 {
color: #dc009c;
}
.s20 {
color: #000000;
}
.s21 {
color: #808080;
}
.s22 {
color: #ff0000;
}
.s23 {
color: #804040;
}