body {
		background-color: #6D6D6D;
	}

.text {
	font-family: serif;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	color: #ffffff;
}

.text a:link {
	text-decoration: underline;
	color: #9DCEAB;
	}

.text a:visited {
	text-decoration: underline;
	color: #9DCEAB;
	}

.text a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
.nav_text {
	font-family: serif;
	font-size: 90%;
	line-height: 140%;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	margin-top: -10px;
}

.nav_text a:link {
	text-decoration: none;
	color: #ffffff;
	}

.nav_text a:visited {
	text-decoration: none;
	color: #ffffff;
	}

.nav_text a:hover {
	text-decoration: none;
	color: #9DCEAB;
	}
	
.middle_rule {
	background-image: url(../images/middle_rule.gif);
	background-repeat: repeat-y;
}

.green_text {
	color: #9DCEAB;
	}

.green_text_small {
	color: #9DCEAB;
	font-size: 80%
	}
	
.small_nav {
	font-size: 80%
	}

.copyright_text {
	font-family: serif;
	font-size: 85%;
	line-height: 140%;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.copyright_text a:link {
	text-decoration: none;
	color: #ffffff;
	}

.copyright_text a:visited {
	text-decoration: none;
	color: #ffffff;
	}

.copyright_text a:hover {
	text-decoration: none;
	color: #9DCEAB;
	}