.Content{
	width:auto;
	max-width:100%;
	height:100%;
	padding:10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
/*background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F2F2F2));
background: -moz-linear-gradient(top,  #F6F6F6,  #777777); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F6F6F6, endColorstr=#7777777);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F2F2F2)";*/
}



.Content a {
	color:#03F;
}

.Content a:hover {
	color:#F60;
}

#document{
	padding:10px;	
}
.Article{
padding-left:10px;
border-bottom:solid thin #999999;

}
.Article h1{

margin:0px;
padding-top:15px;
font-size:24px;
line-height:7px;
}

.Article  h2{
padding-left:10px;
}

.Article p{
margin:0px;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;

}


.Content .CBottom{
width:inherit;
height:15px;
padding:0px;
}

.Content .Ind .menu {
	height:auto;
    width: auto;
    list-style-type:none;
}
.Content .Ind .menu li {
    width:140px;
    margin:15px 0 0 0;
    padding:0 20px 0 0;
    line-height:10px;
    float:left;
}

.Content .Ind .menu li a{
color:#007dc3;
}

.dual_slide {
  display:block;
  position:static;
  width:250px;
  height:175px;
  top:100;
  left:0;
}

.dual_slide img {
  width:250px;
  height:175px;
  padding:0;
  border:none;
  top:0;
  left:0;
}

