body {
	background-color: #363636;
}
.white {
	background-color: #f6f3f0;
}
.green {
	background-color: #00724c;
}
.main {
	background-color: #fffcf9;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00724c;
	line-height: 13px;
}
.main a {
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.main a:hover {
	text-decoration: underline;
}
.wline {
	height: 1px;
	background-color: #61a890;
	padding: 0;
}
.gline {
	height: 1px;
	background-color: #00724c;
	padding: 0;
}
.menu {
	text-align: center;
	font-family: Georgia, Times, serif;;
	font-size: 11px;
	font-weight: bold;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF00;
}
.header {
	color: #00724c;
	text-align: center;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	color: White;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}
.footer a {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 10px;
}
img.mini {
	border: 1px solid;
	border-color: #00724c;
	cursor: pointer;
}
