/* CSS Document */

.body_text {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 100%;
	color: #a1a6aa;
	line-height: 20px;
}
.body_text_green {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 100%;
	color: #bbcdc6;
	line-height: 20px;
}
.body_text_small {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 80%;
	color: #a1a6aa;
	line-height: 20px;
}
a:link {
	color: #bbcdc6;
	text-decoration: underline;
	font-family: Garamond, "Times New Roman", Times;
	font-size: 100%;
}
a:visited {
	color: #a1a6aa;
	text-decoration: underline;
}
a:hover {
	color: #84888c;
}
a:active {
	text-decoration: none;
	color: #bbcdc6;
}
body {
	color: #e7ecec;
	background-color: #e7ecec;
	border-top: tempval;
	border-right: tempval;
	border-bottom: tempval;
	border-left: tempval;
}

