html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;

}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: #1E6593;
}

a:hover{
	color: #468CB9;
	text-decoration: none;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	display: inline;
	color: #1E6593;
}

h2, h3, h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	display: inline;
	color: #1E6593;
}

#container{
	width: 796px;
	margin: auto;
	position: relative;
	min-height: 100%;
}

* html #container{
	height: 100%;
}

#header{
	background: url(../images/wm_02.jpg) left top no-repeat;
	width: 796px;
	height: 153px;
}

#menu{
	background: url(../images/wm_04.jpg) left top no-repeat;
	width: 796px;
	height: 26px;
	position: relative;
}


#main{
	width: 796px;
	padding: 10px;
	/* IE Box Model Hack */
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 776px;
}

html>body #main {
	width:776px;
}

#main img {
	padding: 4px;
	border: 1px solid #a0a0a0;
	background: #fff;
	/*margin: 0px 11px 5px 0px;*/
}

#footer{
	width: 796px;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin: -25px auto 0 auto;
	text-align: right;
	color: #999;
	background: #E2E8FE;
	font-size: 9px
}

* html #footer{
		margin-top: -25px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: #999;
	text-decoration: none;
}

#footer a:hover{
	color: #666;
	text-decoration: none;
	border-bottom: #666 1px dotted;
}

.input {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid  #b2b2b2;
}
.bt {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border : 1px solid #b2b2b2;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#FCFCFC,endcolorstr=#CECECE);
}

.hi{
	overflow: hidden; 
	position:absolute; 
	left:3px; top:2px; 
	z-index:1; 
	/*border: #000000 1px solid; */
	visibility: hidden
}