/* LINK STYLING */

a:link {
	color: #284d31;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}  
a:visited { color: #284d31 } 
a:active { color: #284d31 } 
a:hover { color: #8BA68F } 
a { text-decoration: none; }

/* List STYLING */
ul {
	margin-left: 0px;
}

li {
	margin-left: 0px;
	list-style-type: disc;
}


.headcaps {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8BA68F;
	text-align: left;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	text-align: left;
}

.bodycopy a:link {
  font-weight: bold;
  color: #284d31;
  text-decoration: underline;
  }

.bodycopy a:hover {
  color: #8BA68F;
  }
  
.bottomcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	color: #284D31;
}

.bulletcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #284D31;
	line-height: 17px;
	font-weight: bold;
	padding-bottom: 8px;
}

.headlc {
	font-family: Futura, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #284d31;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}

.headlc a:link {
  color: #284d31;
  text-decoration: none;
  }

.headlc a:hover {
  color: #8BA68F;
  }
  
.headcentered {
	font-family: Futura, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #284d31;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	vertical-align: top;
}
.phototitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #284d31;
	text-align: center;
}
.address {
	font-family: Futura, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 26px;
}
.address a:link {
  color: #284d31;
  text-decoration: underline;
  }

.address a:hover {
  color: #8BA68F;
  }
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	line-height: 12px;
	font-weight: bold;
}
.specialoffer {
	font-family: Futura, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: 0.2em;
}
.specialoffer a:link {
  color: #FFFFFF;
  text-decoration: none;
  }
  .specialoffer a:hover {
  color: #8BA68F;
  }
