* { 
  -moz-box-sizing: border-box; 
}

body {
background-position: left middle;
background-image: url();
background-attachment: fixed;
background-repeat: repeat;
background-color: transparent; 
  color: #000000;
  font-size: 12px;
  font-family: trebuchet ms, courier new, verdana;
  margin-top: 0px;
  margin-left: 0px;
	text-align: center;
}
a:link {
  color: #ff9000;
  text-decoration: none;
}


a:visited {
  color: #ff9000;
  text-decoration: none;
}

a:active {
  color: #ff9000;
  cursor: hand; 
  text-decoration: none;
} 


a:hover {
  color: #000000;
  cursor: hand; 
  text-decoration: none;
}

p {
  margin-top: 0px;
  margin-bottom: 8pt;
  font-size: 100%;
}

td {
  vertical-align: top;
  font-size: 12px;
  font-family: trebuchet ms, courier new, verdana;
  overflow-x: hidden;
  text-align:justify;
  padding-left: 1.5em;
}

tr {
  vertical-align: top;
  font-size: 12px;
  font-family: trebuchet ms, courier new, verdana;
}

textarea {
  border-width: 1;
  border-color: #ffffff;
  border-style: solid; 
  font-size: 12; 
  color: #000000; 
  background-color: #ffffff; 
  text-decoration: none; 
  padding: 5px;
  margin-bottom: 10px;
  overflow-y: auto;
}

div.content {
  font-size: 100%;
  position: relative;
  width: 925px;
 	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto; 
}


div.menu {
  position: absolute;
  left: 50px;
  top: 150px;
  width: 800px;
  height: 50px;
  border: 0px; 
  border-style: none;
}

div.totalarea {
  position: absolute;
  overflow:auto;
  left: 20px;
  top: 30px;
  width: 800px;
  height: 450px;
  border: 0px; 
  border-style: dashed;
  border-color: #000000; 
  padding-right: 7px;
  text-align: justify;
}

div.mainarea {
  position: absolute;
  overflow:auto;
  left: 10px;
  top: 190px;
  width: 900px;
  height: 450px;
  border: 0px; 
  border-style: none;
  border-color: #000000; 
  padding-right: 7px;
  scrollbar-face-color: #ffffff; 
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #000000;
  overflow-x: hidden;
}

div.rightarea {
  position: absolute;
  left: 630px;
  top: 195px;
  width: 217px;
  border: 0px; 
  border-style: dotted;
  border-color: #000000; 
  text-align:justify;
}

div.subsection {
  position: relative;
  width: 217px;
  font-size: 85%;
  color: #000000;
  border-left: 1px; 
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: none;
  border-color: #000000; 
  margin-bottom: 15px;
  padding: 8px;
  text-align:justify;
}
  
tr.firstrow {
  background-color: #ffffff;
  font-size: 85%;
  padding: 3px;
}

tr.secondrow {
  background-color: #eeeeee;
  font-size: 85%;
  padding: 3px;
}

tr.pastrow {
  background-color: #ffffff;
  font-size: 85%;
  color: #888888;
  font-style: italic;
  padding: 3px;
}
