body {
	background-image: url(../images/bgs.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position:center;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        width:100%;
        background-size: cover;
}
.leftbg{
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:bottom;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
input{height:36px; font-size:18px; line-height:36px; border:1px solid #ddd;}