html, body {
		height:100%;
		}
		
object { display:block; }

p {text-align:left}

.frame {
	align: center;
	margin-left:0 auto;
 	margin-right:0 auto;
	text-align:center;
	border:5px;
	border-style:solid;
	border-color:#CCCCCC;
	padding: 5px;
}

.frame-01 {
	align: center;
	margin-left:0 auto;
 	margin-right:0 auto;
	text-align:center;
	border:5px;
	border-style:solid;
	border-color:#085229;
	padding: 5px;
}

.header-01 {
	align: center;
	margin-left:0 auto ;
 	margin-right:0 auto ;
	border:5px;
	border-style:solid;
	border-color:#085229;
	padding: 2px;
}


.header {
	align: center;
	margin-left:0 auto ;
 	margin-right:0 auto ;
	border:5px;
	border-style:solid;
	border-color:#CCCCCC;
	padding: 2px;
}


.border1px {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bottomBorderGreen {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336633;
}
.mainMenu {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1;
}
