.table-main{
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
}

.menu{
	margin-left: 6px;
	border: 1px;
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-right-style: Solid;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-right-color: #cecece;
}

.menu a:link{
	text-decoration: none;
	color: #22490d;
}

.septop {
	border: 0px; 
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.menu a:hover{
	text-decoration: underline;
	color: #428a1b;
}

.menu a:visited{
	text-decoration: none;
	color: #22490d;
}

.menu a:active{
	text-decoration: none;
	color: #22490d;
}
.copyright{
	border: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 0px;
	border-top-style: Solid;
	border-top-color: #cecece;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

.content-frame{
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-top-style: Dotted;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 6px;
}


