body {
	background: #D8D8D8;
	margin: 0px;
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 0px 0px 0px 0px;
}

a {
	color: #23569D;
}

a:hover {
	color: #85C3FF;
}

table.main {
   background-color: White;
	background-image: url(images/bg.gif);
	width: 780px;
}

td.header {
	background: #24579F;
	color: white;
	height: 171px;
}

td.menu {
	background-color: #093F72;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	height: 31px;
	color: #85C3FF;
	text-align: center;
	font-weight: bold;
}

td.copyright {
	height: 30px;
	border-top: 1px solid #24579D;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

a.menulink {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.active {
	color: #59ADFF;
	text-decoration: none;
	font-weight: bold;
}