.buttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3E6F5C;
	text-decoration: none;
}
.buttontext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #5E9F85; 
	text-decoration: underline;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E9F85;
}
.bodycontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E9985;
	text-decoration: none;
}
.moretext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #448CB8;
}
.lightondarktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.angleback {
	background-image: url("../images/angleback.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #EEFFEE;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #3E6F5C;
}

table.menu a { 
	width:10%; 
	border:1px solid #5E9F85;
	display: block;
} 

div.menu a {
	color: #FCFFDF; 
	background: #3E6F5C; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	display: block;
	width:90%;
	height:100%;
	padding: 3px 4px;
}

div.menu a:link {
	color: #FCFFDF; 
	background: #3E6F5C; 
	display: block;
}

div.menu a:active { 
	color: #FCFFDF;
	background: #3E6F5C;
	display: block;
}

div.menu a:visited {
	display: block;
	color: #FCFFDF; 
	background: #3E6F5C; 
}

div.menu a:hover {
	display: block;
	color: #3E6F5C;
	background: #FCFFDF; 
	text-decoration: underline; 
	border:1px solid #5E9F85; 
}

table.tableframe {
	border-right: 4px solid #3E6F5C;
	border-top: 4px solid #5E9F85;
	border-bottom: 4px solid #3E6F5C;
	border-left: 4px solid #5E9F85;
}