body { 
	background-color: white;
}
table.main {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid white;
	border-collapse: collapse;
	padding: 0;
}
TD.main {
	padding: 0;
	margin: 0;
	border: none;
}
.menu, .menuHeader, .menuItem, .selMenuItem, .footer {
	background-color: #6666C0;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
	font-style: bold;
	font-size: 14px;
	padding: 5px 5px;
	border-top: none;
	border-bottom: none;
	border-collapse: collapse;
}
.menuHeader {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	padding-left: 30px;
}
TD.menuItem, TD.selMenuItem {
	width: 12%;
	border-left: 1px solid #C0C0FF;
	border-right: 1px solid #C0C0FF;
}
TD.menuItem:hover {
	background-color: #C0C0FF;
}
.menu A:link, .menu A:visited, .menuItem A:link, .menuItem A:visited {
	text-decoration: none;
	color: white;
}
.selMenuItem A:link, .selMenuItem A:visited {
	text-decoration: none;
	color: white;
}
TD.menu {
	text-align: left;
}
.content {
	text-align: justify;
	color: black;
}
.content h1, .content h2, .content h3 {
	color: #6666C0;
}
TD.content {
	padding: 20px 30px;
	border: none;
	background-color: white;
	vertical-align: top;
}
.content HR {
	color: #6666C0;
	background-color: #6666C0;
}
.footer {
	border: none;
	text-align: right;
	padding-right: 30px;
}
TD.column {
	border: none;
	padding: 20px 10px;
	background-color: #EEEEFF;
	vertical-align: top;
}
table.note {
	border: 1px solid black;
	background-color: #EEEEFF;
}