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

<!--
body {
	background-color: #81a081;
	margin-top: 0px;
}
.smalltext {
	font-size: 9px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.bodytext {font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #FFFFFF; line-height: .75}
.subbodytext {font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #FFFFFF; line-height: 1.25}
.nav {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	line-height: .5;
}
.nav_visit {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4f634e;
	line-height: .5;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #4f634e;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_caps {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	line-height: .75;
	font-weight: bold;
	letter-spacing: 1px;
}
.small_caps {
	font-size: 9px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; letter-spacing: 1px;
}
.email_box {font-size: 9px;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; letter-spacing: 1px;
}
a.links:link { color: #ffffff;  text-decoration: underline }
a.links:active { color: #ffffff;  text-decoration: underline }
a.links:visited { color: #ffffff;  text-decoration: underline }
a.links:hover { color: #4f634e; text-decoration: underline }

-->