a:hover {  color: #6EBC20}
a:link {  color: #62A71D}
a:visited {  color: #808080}
a:active {  color: #6EBC20}

a.redlink:link {  color: #FF9900; text-decoration: underline}
a.redlink:visited {  color: #FF9900; text-decoration: underline}
a.redlink:hover {  color: #006C6E; text-decoration: underline}
a.redlink:active {  color: #000000; text-decoration: underline}

a.footerlink:link {  color: #000000; text-decoration: none}
a.footerlink:visited {  color: #000000; text-decoration: none}
a.footerlink:hover {  color: #000000; text-decoration: underline}
a.footerlink:active {  color: #000000; text-decoration: none}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 20px;
}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 80%; }
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 70%}
.medium {  font-family: Arial, Helvetica, sans-serif; font-size: 85%}
.large {  font-family: Arial, Helvetica, sans-serif; font-size: 100%}


.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.introlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006C6E;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
		
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006C6E;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
		
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
		
}		
	
.footerborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006C6E;
	border-right-color: #006C6E;
	border-bottom-color: #006C6E;
	border-left-color: #006C6E;
}

.mainbg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
	background-attachment: fixed;
}
.green { font-weight: bold; color: #FF9900}
.grey { font-weight: bold; color: #666666}
.red2 {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #006C6E;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006C6E;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 25px;
}
.mainbgtable {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.mainbgtableTOP {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}
