body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000
  	margin: 0;
  	padding: 0;
}

.copyright {
	font-size: 9px;
	color: #999999;
}

/***************links***************/


a:link {
  color: #597504;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #597504;
  text-decoration: none;
}

a:hover {
  color: #597504;
  text-decoration: underline;
}


/***************Bottom Text links***************/


.btm a:link {
  font-size: 9px;
  color: #999999;
  text-decoration: none;
  font-weight: bold;
}

.btm a:visited {
  font-size: 9px;
  color: #A1A1A1;
  text-decoration: none;
}

.btm a:hover {
  font-size: 9px;
  color: #999999;
  text-decoration: underline;
}

