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

body {
	background: #ededeb url(../images/bg.jpg) top left repeat-x;
}

.header {
	background:url(../images/banner.jpg) left top no-repeat;
	height: 273px;
	width: 949px;
}
.footer {
	background:url(../images/banner_footer.jpg) left top no-repeat;
	height: 186px;
	width: 949px;
}
.maintable {
	height: 100%;
}
input.box {
	background:#ffffff;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 250px;
}
select {
	background:#cfdeef;
	border-bottom-color:#74a0d1;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#74a0d1;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#74a0d1;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#74a0d1;
	border-right-style:solid;
	border-right-width:1px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
}
.heading {
	font: 18px Arial, Helvetica, sans-serif;
	color:#2b5483;
}
.style1 {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}
.style2 {
	font: 14px Arial, Helvetica, sans-serif;
	color:#666666;
}
.style_small {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
.findoutmore {
	font: 12px "Century Gothic";
	position: inherit;
	height: 215px;
	padding: 0px;
	z-index:9999;
}
.ss a{
	text-decoration:underline;
	color:#666666;
	}
.ss a:hover{
	text-decoration:none;
	color:#666666;
}

