@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}
body
{
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#header
{
	background:#12AA11;
	width:100%;
	height:50px;
	color:#fff;
	font-size:36px;
	font-family:Verdana, Geneva, sans-serif;
}
#body
{
	margin-top:70px;
}
#body table
{
	margin:0 auto;
	position:relative;
	bottom:50px;
}
table th
{
	padding:2px;
	/*border: solid #9fa8b0 1px;*/
	/*border: solid #9fa8b0 1px;*/
	border-collapse: collapse;
	background-color="skyblue";
}
td
{
	
	padding:9px;
	height:200;
	/*border: solid #9fa8b0 1px;*/
	/*border: solid #9fa8b0 1px;*/
	border-collapse: collapse;
	background-color="skyblue";
}
tr
{
	align:left;
border-collapse:collapse;
background-color:#E8EBEE;	
}
.heighttext{
height:25px;
width:300px;
}

.heighttext1
{
height:100px;
width:300px;
}
.heighttext2
{
height:50px;
width:150px;
}

#footer
{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:50px;
}
.zoomin img {
		/*height: 200px;
		width: 200px; */
		-webkit-transition: all  ease;
		-moz-transition: all  ease; 
		-ms-transition: all  ease; 
		transition: all  ease; 
		} 
.zoomin img:hover {
		
		
    position:relative;
    top:-100px;
    left:-35px;
    width:100px;
    height:auto;
    display:block;
    z-index:100;
}