.headline {
	font-weight: bold;
        font-style: italic;
	font-size: 14pt;
	color: #006652;
	text-decoration: none;
}

.subheading {
	font-weight: bold;
	color: #006652;
}

.photocaption {
	font-size: 8pt;
	font-style: italic;
}

.byline {
	font-style: italic;
}

.quote {
      font-style: italic;
      color:#006652;
}

.hoverCaption {
}
.greenFont {
	color:#006652;
}
.greenHighlight {
	background: #006652;
	color:#FFFFFF;
        display: block;
        padding: 2px 5px;
}