body {
	background-color: #223D4A;
	margin: 0px;
	padding: 0px;
}

#divMain {
	position: relative;
	background-color : #223D4A;
	width: 750px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #123258;
	z-index: 404;
	visibility: hidden;
	text-align: center;
}

h1 {
	font-size : 16px;
	color : #123258;
}
h2 {	
	font-size : 15px;
	color : #123258;
}
a:link {	color : #123258;	text-decoration : underline}
a:visited {	color : #123258;	text-decoration : underline}
a:hover { color : #123258;	background-color: #BFE2F8; text-decoration : underline}
a:active { color : #123258;	background-color: #BFE2F8; text-decoration : underline}

.copyright {
	color : #FEFEF6;
	font-size : 11px;
}
td {
	color : #123258;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
