body {
	background: #333333;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#page {
	width: 800px;
        margin: auto;
        position: center;
        height:100%;
	z-index: 1;
}
#preload
	width: 800px;
        margin: auto;
        position: center;
        height: 150px;
	z-index: 0;
}	
table {
	border-collapse: collapse;
}
table.main {
	border-collapse: collapse;
	border: 0px none;
	height: 650px;
}
tr.header {
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
tr.content {
	height: 520px;
	vertical-align: top;
}
tr.footer {
	height: 30px;
	vertical-align: top;
	background-color: #FFFFFF;
}
td {
	padding: 0px;
}
img {
	border-style: none;
	border-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	vertical-align: bottom					
	padding: 0px;
	white-space: nowrap;
	margin: 8px;
	width: auto;
	letter-spacing: 0.2em;
}
a {
	border: 0px none #000000;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	border: 0px none #000000;
	font-size: 9px;
	color: #005E71;
	text-decoration: none;
}