body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #505050;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
color: #505050;	
text-decoration: underline;
}
a:visited {
color: #505050;	
text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #505050;
}
a:active {
	color: #505050;
	text-decoration: none;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

.bodybottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #929292;
	text-decoration: none;
}
.bodybottom a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #929292;
	text-decoration: none;
}
.bodybottom a:visited {
	color: #929292;
	text-decoration: none;
}
.bodybottom a:hover {
	color: #604927;
	text-decoration: underline;
}

/* HEADINGS */

.headerblue {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
	color: #5871A0;
	text-decoration: none;
}

/* BODY TEXT */

.bodymain {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #505050;
	text-decoration: none;
}
.bodymain a:link {
	text-decoration: underline;
	color: #604927;
}
.bodymain a:visited {
	text-decoration: underline;
	color: #604927;
}
.bodymain a:hover {
	text-decoration: underline;
	color: #505050;
}

/* HOME NEWS */
.news {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #505050;
	text-decoration: none;
	margin: 4px;
	
}
.news a:link {
	text-decoration: none;
}
.news a:hover {
	text-decoration: none
}
.news a:visited {
	text-decoration: none
}

/* HOME FEATURES */
.feat {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	margin: 4px;
	
}
.feat a:link {
	text-decoration: none;
}
.feat a:hover {
	text-decoration: none
}
.feat a:visited {
	text-decoration: none
}

/* BODY SUB HEADING */

.headergreysub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #505050;
	text-decoration: none;
}

/* ISSUES HEADINGS */

.issues {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #505050;
	text-decoration: none;
	margin: 4px;
}
.issues a:link {
	text-decoration: none;
}
.issues a:visited {
	text-decoration: none;
}
.issues a:hover {
	text-decoration: none;
}



/* PHOTO CREDIT */

.photo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin: 3px;
	color: #505050;
	text-decoration: none;
}

/* PDF LINK */

.ipdf {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #505050;
	text-decoration: none;
	margin: 4px;
}
.ipdf a:link {
	text-decoration: none;
}
.ipdf a:visited {
	text-decoration: none;
}
.ipdf a:hover {
	text-decoration: none;
}
/* SUB SUB HEADINGS */

.subsub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #604927;
	text-decoration: none;
}
.subsub a:link {
	color: #604927;
	text-decoration: none;
}
.subsub a:visited {
	color: #604927;
	text-decoration: none;
}
.subsub a:hover {
	color: #5871A0;
	text-decoration: none;
}



