html, body {
	height: 100%;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/sqbig.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Tahoma;
	font-size: 12px;
	color: #00629B;
	text-align: left;
}
#main {
	width: 100%;
	margin: 0px;
	height: 244px;
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#center {
	width: 780px;
	height: 234px;
	background-color: #E9EFF3;
	background-image: url(images/tableback.gif);
	background-repeat: no-repeat;
}
.copyright {
	font-size: 10px;
	color: #D0DCE5;
}
a {
	text-decoration: underline;
	color: #00629B;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}