@charset "utf-8";
/* CSS Document */
body {
	background-color: #2E8B57;
}
.tablewht {
	background-color: #FFFAF0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #030;
}
.address {
	font-size: 14px;
}
a:link {
	color: #2F4F4F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F4F4F;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #603;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}


a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #2F4F4F;
}
a {
	font-size: 14px;
	color: #2F4F4F;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.tablewhtborder {
	background-color: #FFFAF0;
	color: #030;
	border: thin double #2F4F4F;
	text-align: left;
}
