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

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

.AlertHeadline  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #8C2326;
}

.newsHeadline  {
	font-size : 14px;
	font-weight : bold;
	color : #666666;
	}

.speciesTitleBrown  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight : normal;
	line-height: 20pt;
	color : #CC9900;
}

.newsHeadline2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #OOOOOO;
}
.newsHeadline3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #8C2326;
}
.newsHeadline4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #707648;
}

.photocaption {
	      font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height: 11pt;
		text-decoration : bold;
		margin-left : 0px;
		margin-right : 0px;

}

.photoCredits2 {
	      font-family : Arial, Helvetica, sans-serif;
		font-size : 9px;
		color : #666666;
		text-decoration : none;
		text-align : right;
		margin-bottom : 0px;
		font-weight : normal;
		margin-left : 25px;
		margin-right : 0px;
}

.byline {
	font-style: italic;
}

.feature2CAN  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
		line-height: 12pt;
		text-decoration : none;
		margin-left : 0px;
		margin-right : 0px;
	}


.imgBox {
text-align: center;
background-color: #f5f3e8;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border: 1px solid #797979;
overflow-x: hidden;
overflow-y: hidden;
}

.imgBox td, .imgBox td p {
font-size:11px;
padding:4px;
}

.imgBox td img {
margin-bottom:4px;
}
.primaryAct {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	background: #556c28 url(images/green-grad.gif); /* Old browsers */
	background: -moz-linear-gradient(top, #718850 0%, #556c28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718850), color-stop(100%,#556c28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #718850 0%,#556c28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #718850 0%,#556c28 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #718850 0%,#556c28 100%); /* IE10+ */
	background: linear-gradient(top, #718850 0%,#556c28 100%); /* W3C */
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
}
.secondAct {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	background: #8aacdb url(images/blue-grad.gif); /* Old browsers */
	background: -moz-linear-gradient(top, #8aacdb 0%, #6185c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8aacdb), color-stop(100%,#6185c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8aacdb 0%,#6185c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8aacdb 0%,#6185c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8aacdb 0%,#6185c0 100%); /* IE10+ */
	background: linear-gradient(top, #8aacdb 0%,#6185c0 100%); /* W3C */
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
}