<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../../../img/bg01.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#333;
}
body,html,table{
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}
#header01{
	color: #333;
	font-size:23px;
	font-weight:bold;
}
#menu,#menu a,#menu a:visited{
	color:#FFF;
}
.label{
	font-weight:bold;
	color: #666;
}
.hint{
	font-size:11px;
	color:#666;
}
#content,body,html{
	text-align:center;
	text-align: -moz-center;
	text-align: -khtml-center;
}
#content{
	padding-top:20px;
}
#welcome{
	
}
#notice{
	width:400px;
	background-color:#fff9d7;
	border:1px solid #e2c822;
	font-size:12px;
	margin-bottom:20px;
}
#success{
	width:400px;
	background-color:#d1efd3;
	border:1px solid #38a241;
	font-size:12px;
	margin-bottom:20px;
}
#errorcontainer{
	margin-top:20px;
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	width:400px;
}
.error{
	font-size:12px;
}
#tbl_tools td{
	border-bottom:1px solid #e0e0e0;
}
#tableheader01{
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
#contentzips img{
	border:1px solid black;
}
-->