#maintable {
	color: #000;
	background-color: #FFF;
	border: 1px ridge #999;
}
body {
	background-color: #EBE0D3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
}
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #333;
	line-height: 20px;
}

#maintext {
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	text-align: justify;
}
.titles {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
}

#navtable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bolder;
}
#navtable a:link {
	color:#000;
	text-decoration:none;
}
#navtable a:active {
	color:#000;
	text-decoration:none;
}
#navtable a:visited {
	color:#000;
	text-decoration:none;
}
#navtable a:hover {
	color:#666;
	text-decoration:none;
}
