#tdNavBar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: ced2b6;
	border-bottom-color: ced2b6;
	font-size: 14px;
}
#tdNavBar a:hover {
	background-color: #fbfcf9;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	background-image: url(../images/grassbackground.gif);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#insideTable {
	font-size: 10px;
}
#mainTable {
	border: 3px solid #000000;
	background-color: 949d87;
}



td {
	background-position: top;
}
#footer {
	font-size: 10px;
}
#footer a {
	color: 006600;
}
