body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.menuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #93c562;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}
.menuTop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTop a:hover {
	text-decoration: underline;
}
.menuTop a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuTop a:visited:hover{
	text-decoration: underline;
}
.menuTopActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5fa626;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}
.menuTopActive a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTopActive a:hover {
	text-decoration: underline;
}
.menuTopActive a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuTopActive a:visited:hover{
	text-decoration: underline;
}

.menuTopLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #93bf66;
	text-align: center;
	line-height: 18px;
}
.menuTopLeft a:link {
	color: #93bf66;
	text-decoration: none;
}
.menuTopLeft a:hover {
	text-decoration: underline;
}
.menuTopLeft a:visited {
	text-decoration: none;
	color: #93bf66;
}
.menuTopLeft a:visited:hover{
	text-decoration: underline;
}

.menuBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	text-align: center;
	line-height: 18px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #787878;
	text-align: center;
	line-height: 18px;
}
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	text-align: justify;
	line-height: 18px;
}

.pic {
	border: 3px solid #93c562;
}
