/*            Content               */
body {
  font-family: arial, helvetica, sans-serif;  
  color: #000000;
  padding: 0px;
  margin: 0px;
}

.div_links {
  padding-left: 20px;
}

.body_text {
  color: #000000;
  font-size: 10px;
}

/*            Tables               */
.contenttable {
  border-collapse: collapse;  
  padding: 0px;
  spacing: 0px;
  width: 992px;
  height: 65%;      
  font-size: 15px;
}
.footertable {
  border-collapse: collapse;  
  padding: 0px;
  spacing: 0px;
  width: 992px;
  height: 25%;      
  font-size: 15px;
}



/*              Links               */
a:link {
	font-weight: bold;
	color: #497400;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #497400;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #497400;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #497400;
	text-decoration: none;
}

