body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.table1 {
	background-color: #FFCC66;
	height: 100%;
	width: 600px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}
.tdHeader {
	height: 81px;
	background-image: url(tableBack.jpg);
}
.tdFooter {
	background-color: d3d3d3;
	height: 30px;
}
.tdMap {
	height: 300px;
	background-image: url(MapBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.main a:link {
	text-decoration: none;
	color: #000000;
	}
.main a:visited {
	text-decoration: none;
	color: #000000;
	}
.main a:hover {
	text-decoration: none;
	color: #FF0000;
	}
.main a:active {
	text-decoration: none;
	color: #FF0000;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}