BODY {
   color: #030
   font-family:'Book-Antiqua','sans-serif';
   font-size:10pt;
   height:100%;
   background:ababab;
   overflow: hidden;
}   
   a:link {
	text-decoration:none; 
	color: #a00000; 
	  }
   a:visited {
	text-decoration:none; 
	 color: #800000
 	  }
   a:hover {
	text-decoration:underline; 
	 color: #ababab 
	   }
   a:active {
	text-decoration:none; 
	 color: #ababab 
	    }


#thebox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 400px;
  margin-left: -330px;
  margin-top: -200px;
  text-align:left;
  background: #ffffff;
  padding : 0px;
  overflow: auto;
}

#menubox {
  position: static;
  width: 100%;
  height: 20px;
  font-family:'Lucida Sans';
  font-size: 10pt;
  font-style: italic;
  font-weight: bolder;
  vertical-align: middle;
  background: #a00000;
  padding: 2px;
  padding-left:5px;
}

#menubox a{
	padding-left:10px;
        padding-right:20px;
	text-decoration:none; 
	color: ababab; 
        background: transparent url(images/menudiv.gif) right no-repeat;  	

}

#menubox a:visited {
	text-decoration:none; 
	 color: grey
}

#menubox a:hover {
	text-decoration:none; 
	 color: #ffffff 
}

#menubox a:active {
	text-decoration:none; 
	 color: #ffffff 
}


#content1 {
  position: absolute;
  top : 40px;
  margin: 0px 0px 0px 5px;
  width: 300px;
  padding : 3px;
  color : #000000;
  overflow: auto;
} 

#content1 q{
  color:a00000;
  font-weight:bold;
  font-size:14pt;
}

#content2 {
  position: relative;
  top : 10px;
  margin: 0px 0px 0px 5px;
  width: 90%;
  padding : 3px;
  text-align: justify;
  color : #000000;
  overflow: auto;
} 

#content2 q{
  color:a00000;
  font-weight:bold;
  font-size:14pt;
}

#content3 {
  position: relative;
  top : 10px;
  margin: 0px 0px 0px 5px;
  width: 90%;
  padding : 3px;
  color : #000000;
  overflow: yes;
} 

#hb{
  position: absolute;
  bottom: 14px;
  float:left;
  width:100%;
  text-align:right;
  padding:3px;
  padding-right: 20px;
}

#hb2{
  position:relative;
  top:10px;
  float:left;
  width:100%;
  text-align:center;
  padding:3px;
  padding-left: 20px;
  padding-right: 20px;
}

.mytable, .mytable TD, .mytable TH {
font-family:'Book-Antiqua','sans-serif';
font-size:10pt;
vertical-align: top;
}
