
body {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
.lalign {
  position: relative;
  text-align: left;
}
.ralign {
  position: relative;
  text-align: right;
}
.calign {
  position: relative;
  text-align: center;
}
.jalign {
  position: relative;
  text-align: justify;
}
.bold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.dfltt {
  font: 12pt Calibri,"trebuchet ms",sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
.dfltc {
  font: 10pt "Courier New",monospace,serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
#Ologobkg {
  position: absolute;
  font-size: 10px;
  z-index: 1;
  text-align: left;
  left: 0%;
  top: 0.00em;
  width: 100%;
  height: 9.10em;
}
#Oltglogo {
  position: absolute;
  font-size: 10px;
  z-index: 2;
  text-align: left;
  left: 50%;
  top: 0.00em;
  width: 47.30em;
  height: 9.20em;
  margin-left: -23.70em;
}
#Oframe {
  position: absolute;
  font-size: 10px;
  z-index: 2;
  text-align: left;
  left: 0.5em;
  top: 9.50em;
	background-color: #fff;
	width: 75%;
	min-height: 700px;
	height: auto;
	border-radius: 22px;
  -moz-border-radius: 22px;  
  -webkit-border-radius: 22px;
	border-right: 1px solid lightslategray;
	padding: 5px;
}
#Omenuframe {
  position: absolute;
  font-size: 10px;
  z-index: 2;
  text-align: left;
  left: 0.5em;
  top: 9.50em;
	background-color: #fff;
	width: 75%;
	height: 670px;
	border-radius: 22px;
  -moz-border-radius: 22px;  
  -webkit-border-radius: 22px;
	border-right: 1px solid lightslategray;
	padding: 5px;
}
#menu {
	position: relative;
	top: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
}
#menu ul {
  margin-top: 0;
  margin-bottom: 0;
	list-style-type: none;
  list-style-position: outside;
}
#mtitle {
	font: bold 14pt "trebuchet ms",Verdana,sans;
	text-align: center;
}
#Ihtmlpage {
	position: relative;
	left: 0;
	top: 0;
	width: 97%;
	min-height: 700px;
	height: auto;
	border-radius: 22px;
  -moz-border-radius: 22px;  
  -webkit-border-radius: 22px;
	background-color: #ffffff;  
}
#Onavmenu {
  position: absolute;
  font-size: 10px;
  z-index: 5;
  text-align: left;
  left: 77%;
  top: 9.00em;
  width: 24%;
  height: auto;
}
#Odate {
  position: absolute;
  font-size: 10px;
  z-index: 99;
  text-align: left;
  left: 50%;
  top: 7.30em;
  width: 27.20em;
  height: 1.90em;
  margin-left: -13.60em;
}
.bodytxt {
	font: 12px "Courier New",monospace;
  border: 1px solid silver;
  background-color: cornsilk; /*#fef094; */
  padding: 5px 3px;
	overflow: auto;
	height: 300px;
	max-height: 450px;
	width: 95%;
}

