html {	height: 100%; }
body {	margin: 0px;	padding: 0px;	height: 100%;	background-color:#ededed;	font-family: Arial, Helvetica, sans-serif;	font-size: 100%; }
img {   border: none;  }
.maintable {	height: 100%;	background-image:url(../images/top_back.jpg);	background-position:left top;	background-repeat:repeat-x; }
.header {	height: 107px;	background-image:url(../images/top_center.jpg);	background-position:center top;	background-repeat:no-repeat; }
#header-company-info {
	color:#FFFFFF;
	font-family:Times New Roman;
	font-style:italic;
	font-weight:bold;
}

#header-company-info #company-info1 {
	font-size:16px;
}

#header-company-info #company-info2 {
	font-size:12px;
}
.topleft {	float: left; }
.topright {	float: right; }
.menu {	height: 47px;	background-image:url(../images/menu_back.gif);	background-position:left top;	background-repeat:repeat-x;	text-align:center; }
.maincontent {	text-align: center; }
.leftcolumn {	float: left;	width: 15%;	margin-top:-17px;	text-align:left; }
.rightcolumn {	float: right;	width: 15%;	margin-top:-17px;	text-align:right; }
.center {	float: left;	width: 60%;	padding: 20px 20px 20px 20px;	text-align: left;	color: #6b6b6b;	font-size: 0.7em; }
.break {	clear: both; }
.footer {   width: 100%;	background-color:#617452;	color:#344428;	text-align:center;	font-size: 0.7em; }