BODY {
	background-color : #B2DEB2;
	margin:10;
}
TABLE.TopBar{
	background-repeat : no-repeat;
	background-color: #2F812F;
}
.clsTop{
	border-left : none;
	border-right : 3px solid #2F6B2F;
	border-bottom : 2px solid #2F6B2F;
	border-top : 3px solid #2F6B2F;
	background-position : right;
	background-repeat : no-repeat;
}
.clsMenubar{
	background-color : #49A749;
	border-left : none;
	border-right : 3px solid #2F6B2F;
	border-bottom : none;
	border-top : none;
}
.clsMenubarSpc{
	background-color : #49A749;
	border-right : none;
	border-left : 3px solid #2F6B2F;
	border-bottom : none;
	border-top : none;
}
.clsMain{
	background-color : #FFFFFF;
	border-left : 3px solid #2F6B2F;
	border-right : 3px solid #2F6B2F;
	border-bottom : 1px solid #2F6B2F;
	border-top : 1px solid #2F6B2F;
	padding: 15px;
}
.clsLogo{
	border-left : 3px solid #2F6B2F;
	border-right : none;
	border-bottom : 2px solid #2F6B2F;
	border-top : 3px solid #2F6B2F;
}
A.clsMenu{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #1A381A;
	font-weight : 600;
}
.clsFooter{
	background-color : #49A749;
	border-left : 3px solid #2F6B2F;
	border-right : 3px solid #2F6B2F;
	border-bottom : 3px solid #2F6B2F;
	border-top : none;
	text-align : center;
}
.clsAdr{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 11px;
	float : right;
	margin-right : 10px;
	color : #1A381A;
	font-weight : 600;
}