body {
	background-color: #FFFF66;
	background-position: center top;
	text-align: center;
}
table {
	font-family: "Trebuchet MS", Arial, Helvetica, "sans serif";
	font-size: 10pt;
	color: #003366;
}
a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003366;
	background-color: #FFFF66;
}
a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #FFFFCC;
}
a.menu:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border: thin outset;
	width: 250px;
	padding: 3px;
	margin: 1px;
	float: right;
	height: auto;
}
a.menu:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border: thin outset;
	width: 250px;
	padding: 3px;
	margin: 1px;
	float: right;
	height: auto;
}
a.menu:hover {
	font-weight: bold;
	color: #003366;
	background-color: #FFFF66;
}
a.menu:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #FFFFCC;
}
a.submenu:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border: thin outset;
	width: 320px;
	padding: 1px;
	margin: 1px;
	float: left;
	height: auto;
}
a.submenu:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border: thin outset;
	width: 320px;
	padding: 1px;
	margin: 1px;
	float: left;
	height: auto;
}
a.submenu:hover {
	font-weight: bold;
	color: #003366;
	background-color: #FFFF66;
}
a.submenu:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #FFFFCC;
}

