body, h1, h2, h3, h4, h5, h6 {
	margin:0px; 
	padding:0px; 
}
body { 
	color: #333333; 
	font-size: 15px;
	font-family: verdana,sans-serif;
	background: #cfdae6;
}
table { 
	border-collapse:collapse;
	padding:0px;
}
img {
	border:0px;
}
a:link,a:active {
	color: #001111;
}
a:visited {
	color: #001133;
}
a:hover {
	color: #000000;
}

.wrapper {
	width:1000px;
	height:100%;
	margin: 0 auto;
}
.banner {
	width:1000px;
	height: 146px;
	background: url('../images/banner.gif') top left no-repeat;
	color: #FFFFFF;
}
.banner .logo {
	width: 315px;
	height: 109px;
	margin: 0 0 6px 28px;
}
.main {
	width:1000px;
}
.main .top {
	width:1000px;
	height: 12px;
	background: url('../images/content_top.gif') bottom left no-repeat;
}
.main .middle {
	padding: 4px 25px;
	background: url('../images/content_tile.gif') top left repeat-y;
}
.main .foot {
	width:1000px;
	height: 12px;
	background: url('../images/content_foot.gif') top left no-repeat;
}
.col {
	width:950px;
	margin: 0 auto;
}
.col .head {
	width: 320px;
	height: 40px;
	padding: 0 14px;
	background: url('../images/col_top.gif') top left no-repeat;
}
.col .middle {
	padding: 4px 14px;
	background: url('../images/col_bg.gif') top left repeat-y;
	vertical-align: top;
}
.col .foot {
	height: 8px;
	background: url('../images/col_foot.gif') top left no-repeat;
}
.footer {	
	width: 100%;
	height: 48px;
	font-size: 10px; 
	text-align: center;
}
.inputsubmit
{
	background: black;
	color: white;
	border: 0;
}

