body {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.75em;
	color: #a9abaa;
	background-color: #FFF;
	margin-top: 30px;
	text-align: justify;
}
.menuTextCell {
	color: #636466;
	height: 30px;
	text-align: center;
}
.menuText {
	padding-top: 8px;
}
.menuTable {
    font-size: 1.3em;
}
.menuSelected {
	color: #555;
	font-weight: bold;
}
.footerText {
	/*margin-top: 20px;
	margin-left: 14px;
	margin-bottom: 20px;*/
	font-size:1.3em
}
.footerSubText {
	color: #cbcdcc;
	margin-bottom: 10px;
	font-size: 1em;
	text-align: center;
}

a:link {
	color: #a9abaa;
	text-decoration: none;
}
a:visited {
	color: #a9abaa;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #a9abaa;
	text-decoration: none;
}

.menuTable a:link {
	color: #a9abaa;
	text-decoration: none;
}
.menuTable a:visited {
	color:#a9abaa;
	text-decoration: none;
}
.menuTable a:hover {
	color: #333;
	text-decoration: none;
}
.menuTable a:visited:hover {
	color:#333;
	text-decoration: none;
}
.menuTable a:active {
	color: #a9abaa;
	text-decoration: none;
}

.footerText a:link {
	color: #a9abaa;
	text-decoration: none;
}
.footerText a:visited {
	color:#a9abaa;
	text-decoration: none;
}
.footerText a:hover {
	color: #333;
	text-decoration: none;
}
.footerText a:visited:hover {
	color:#333;
	text-decoration: none;
}
.footerText a:active {
	color: #a9abaa;
	text-decoration: none;
}

.footerSubText a:link {
	color: #cbcdcc;
	text-decoration: none;
}
.footerSubText a:visited {
	color:#cbcdcc;
	text-decoration: none;
}
.footerSubText a:hover {
	color: #333;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color:#333;
	text-decoration: none;
}
.footerSubText a:active {
	color: #cbcdcc;
	text-decoration: none;
}
