body {
  text-align: left;
  text-size: 12pt;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 1000px;
  border: 1px solid #000000;
}

.menu {
  width: 150px;
  text-align: center;
  text-size: 18pt;
  padding-top: 0px;
  padding-left: 0px;
}

.main {
  width: 600px;
  padding-top: 20px;
}

.header {
  padding-top: 0px;
}

.footer {
  padding-top: 10px;
  padding-left: 10px;
  color: #CCCCCC;
}

h1 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #666633;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 36px;
}

h2 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #666633;
  margin-bottom: 5px;
  font-size: 24px;
}

h3 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #666633;
  margin-bottom: 5px;
  font-size: 18px;
}

h4 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #666633;
  margin-bottom: 5px;
  font-size: 16px;
}

h5 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: #666633;
  margin-bottom: 5px;
  font-size: 18px;
}

h6 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #666633;
  margin-bottom: 5px;
  font-size: 20px;
}

p, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.75em;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

dt { font-weight: bold; }

.mnuOff {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  text-decoration: none;
}
.mnuOn {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  text-decoration: none;
}

.lineBox { border: 1px solid #000000; }
.lineBox2 {
	border: 1px solid #666633;
	padding: 4px;
	color: #000000;
}
.lineOver { border-top: 1px solid #000000; }
.lineUnder { border-bottom: 1px solid #000000; }
.lineUnder2 { border-bottom: 1px solid #666633; }
.lineLeft { border-left: 1px solid #000000; }
.lineRight { border-right: 1px solid #000000; }
.lineOverLeft {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.lineOverRight {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineUnderLeft {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
.lineUnderRight {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineOverUnderLeft {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; 
}
.lineUnderLeftRight {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineUnderOver {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.lineUnderOverRight {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.lineBelow { border-bottom: 1px solid #000000; }

.errorsfound {
	color: #990000;
	font-weight: bold;
}


