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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #37685c;
}

h1 {
	color: #165545;
	font-weight: lighter;
	font-size: 1.3em;
	margin: 0px;
}

a:link {
	color: #2a433d;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #2a433d;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2a433d;
	text-decoration: none;
	font-weight: bold;
}




.footerLinksColumn a:link {
	color: #6CDBAA;
	text-decoration: none;
	font-weight: bold;
}

.footerLinksColumn a:active {
	color: #6CDBAA;
	text-decoration: underline;
	font-weight: bold;
}

.footerLinksColumn a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.footerLinksColumn a:visited {
	color: #6CDBAA;
	text-decoration: none;
	font-weight: bold;
}


.ddlLinks a:link {
	color: #6CDBAA;
	text-decoration: none;
	font-weight: bold;
}

.ddlLinks a:active {
	color: #6CDBAA;
	text-decoration: underline;
	font-weight: bold;
}

.ddlLinks a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.ddlLinks a:visited {
	color: #6CDBAA;
	text-decoration: none;
	font-weight: bold;
}