@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #6cce04;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6cce04;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #6cce04;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #6cce04;
}

h5, h6 {
	font-size: 14px;
	font-weight: bold;
	color: #6cce04;
}

th {
	font-size:14px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* LINK ICONS - shows type of file
	------------------------------------ */
	a[href$=".pdf"],
	a[href$=".PDF"],
	a.pdf {
		line-height:20px;
		padding: 2px;
		padding-left: 20px;
		background: url(../grfx/icons/page_white_acrobat.png) no-repeat left center;
	}
	a[href$=".doc"],
	a[href$=".DOC"],
	a.doc {
		line-height:20px;
		padding: 2px;
		padding-left: 20px;
		background: url(../grfx/icons/page_word.png) no-repeat left center;
	}
	a[href$=".xls"],
	a[href$=".XLS"],
	a.xls {
		line-height:20px;
		padding: 2px;
		padding-left: 20px;
		background: url(../grfx/icons/page_excel.png) no-repeat left center;
	}
	a[href$=".gz"],
	a[href$=".GZ"],
	a[href$=".gzip"],
	a[href$=".GZIP"],
	a[href$=".zip"],
	a[href$=".ZIP"],
	a.archive {
		line-height:20px;
		padding: 2px;
		padding-left: 20px;
		background: url(../grfx/icons/page_white_zip.png) no-repeat left center;
	}
	a[href$=".exe"],
	a[href$=".EXE"],
	a.application {
		line-height:20px;
		padding: 2px;
		padding-left: 20px;
		background: url(../grfx/icons/application.png) no-repeat left center;
	}
	a.jpg {
		line-height:20px;
		padding: 2px;
		padding-left: 30px;
		background: url(../grfx/icons/image_icon.png) no-repeat left center;
	}

.breadcrumbs {
	color: #999999;
}

.breadcrumbs a {
	color: #999999;
}

a img {
	border: none;
}

h3 a {
	font-weight: normal;
	color: #6cce04;
}

.featured-subheading {
	padding: 7px 0 10px 65px;
	background: url(../grfx/featured-subheading.jpg) top left no-repeat;
}

.required {
	color: red;
}
.more-link, .pdf-link {
	color: #6cce04;
}
#breadcrumbs {
	margin-bottom:20px;
}
.newsletter-title {
	margin-bottom:3px;
}
.newsletter-structure p {
	margin:0 10px 10px 0;
}
