body {
	background-color: #cccccc;
	
    margin: 0; /*  margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td, th {
	color: #000000;
}

h1 {
	color: #333333;
}

h2 {
	color: #666666;
}

h3 {
	color: #999999;
}

h6 {
	color: #333333;
}

a {
	color: #006600;
}

a:hover {
	color: #00FF00;
}

.maprollover a {
     display:block;
     background-image:url(images/maprolloversquare.gif);
	 text-decoration:none;
	 background-repeat:no-repeat;
	 background-position:0px 0px;
	 width:18px;
	 height:18px;
	 }

.maprollover a:visited {
      background-position: -36px 0px;
}

.maprollover a:hover {
      background-position: -18px 0px;
}

.footer {
      background-color: #090;
	  background-image:url(images/bg_footer.gif);
	  background-repeat:repeat-x;	  
	  color:#66CC00;
	  height:55px;
	  padding-top:20px;
	  margin-top:10px;
}

.footer a{
      color:#99FF66;
}

