body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#mainTable {
	border: 1px solid #000;
}
.navigation {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	
}
.navText {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	
}
a.navText:link {
	color: #FFF;
	text-decoration: none;
}
a.navText:visited {
	color: #fff;
	text-decoration: none;
}
a.navText:hover {
	color: #ff0;
	text-decoration: none;
}
a.navText:active {
	color: #fff;
	text-decoration: none;
}
.copyright {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}
#mainBody {
	margin: 5px;
}