@charset "utf-8";
/* CSS Document */
<style type="text/css">

buffer {

	buffer:;
}





A:link {
	COLOR: #009900; 
	TEXT-DECORATION: none;
	font-style: bold;
}


A:visited {
	COLOR: #009900;
	TEXT-DECORATION: none;
	font-style: bold;
}
A:hover {
	COLOR: #3E508D;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #A75F6B;
	TEXT-DECORATION: none;
}
.Style4 {
	font-size: 12px;
	font-weight: bold;
	color: #3E508D;
}



.Style1 {
	color: #009900;
	font-size: 12px;
}
.Style3 {color: #009900; font-weight: bold; 
}

div { font: 12px Arial; }

span.bold { font-weight: bold; }

#div1 {
	height: 100%;
   position: relative;
   border: 0px dashed #669966;
   background-color: white;
   padding-left: 10px;
}

#div2 {
   opacity: 0.8;
   z-index: 1;
   position: absolute;
   width: 0px;
   height: 0px;
   top: 0px;
   left: 510px;
   border: 0px dashed #990000;
   background-color: white;
   text-align: center;
   
}
#div3 {
   opacity: 0.8;
   z-index: 2;
   position: absolute;
   width: 400px;
   height: 370px;
   top: 5px;
   left: 100px;
   border: 0px dashed #000099;
   background-color: white;
   text-align: left;
   padding-left: 10px;
}
