@charset "UTF-8";
.footer-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
.heading-main {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color:#009461;
	line-height: 34px;
}
.bigheading-subpages {
	font-family: "Courier New", Courier, monospace;
	font-size: 46px;
	line-height: 46px;
	font-weight: bold;
	color: #009461;
}
.comingup-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #009461;
}
.pinkheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #CC6699;
}
a {
	color: #3366cc;
	text-decoration: none;
}
a:visited {
	color: #3366cc;
	text-decoration: none;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration:underline;
}
a:active {
	color: #0033CC;
	text-decoration:underline;
}

.heading-main a {
	color: #009461;
	text-decoration: none;
}
.heading-main a:visited {
	color: #009461;
	text-decoration: none;
}
.heading-main a:link {
	color: #009461;
	text-decoration: none;
}
.heading-main a:hover {
	color: #0033CC;
	text-decoration:underline;
}
.heading-main a:active {
	color: #0033CC;
	text-decoration:underline;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
	line-height:20px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50%; 
	margin-top: 0px;
}
