@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	margin-top: .9em;
	background: #336633;
	background-image: url(../images/grid.jpg);
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .9em;
}
#Main-Table {
	border: solid 3px #336633; 
}
a, a:visited, a:active {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.Bold {
	font-weight:bold;
}
.pdf {
	font-weight:bold;
	font-size: 1em;
}
.Footer {
	font-size: .8em;
	font-weight:bold;
}
.Header {
	color:#336633;
	font-weight:bold;
	font-size: 1.7em;
}
.Sub-Header {
	color:#990000;
	font-weight:bold;
	font-size: 1.1em;
}
.Categories {
	background: #336633;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1em;
}
.Here {
	color:#990000;
	font-weight:bold;
}
.Sub-Table {
	border-color:#336600;
	border-style:solid;
	background-color:#336600;
}
.Address {
	background:#336600;
	font-size: 1em;
	font-weight: bold;
	color:#FF0;
}

