BODY {
	font-family: verdana, arial;
	font-size: 12px;
	background-color: white;
	vertical-align: center;
}

TABLE {
	width: 800px;
	height: 750px;
}

TD {
	border: solid 1px black;
	padding: 6px;
	margin: 0px;
}

.header { 
	background-color: #22415A;
	color: black;
	height: 28px;
	text-align: center;	
}

.header a { 
	color: black;
	text-decoration: none;
	color: white;
}

.menu {
	width: 160px;
	vertical-align: top;
	background-color: #4D6C86;
	font-size: 12px;
	color: white;
}

.menu a {
	color: white;
	text-decoration: none;
}

.body {
	vertical-align: top;
}
	
.footer {
	font-size: 10px;
	height: 16px;
	color: white;
	background-color: #22415A;
	padding: 0px;
	text-align: center;
}

.footer a {
	color: white;
	text-decoration: none;
}

.foot_span a {
	color: white;
	text-decoration: underline;
}
		
IFRAME {
	width: 100%;
	height: 100%;
	border: solid 0px black;
	background-color: transparent;
}

.date {
	font-family: verdana, arial;
	font-size: 12px;
	color: white;
}