body {
	margin-left: 30;
	margin-right: 20;
	font: 12pt;
	"Times New Roman", Times, serif;
	text-align: justify;
	background-attachment: fixed;
	background-color: #FFF2C6;
	margin-bottom: 10pt;
	background-image: url(technology_3.gif);
	background-repeat: no-repeat;
}

.p_left {
	text-align: left;
}

.p_center {
	text-align: center;
	text-indent: 0px;
}
.p_right {
	text-align: right;
	text-indent: 0px;
}
	
H1 {
	text-align: center;
	font: 22pt;
	font-weight: bold;
	}
	
H2 {
	text-align: center;
	font: 16pt;
	font-weight: bold;
	}

H3 {
	text-align: center;
	font: 15pt;
	font-weight: bold;
}
    
H4 {
	margin-top: 35pt;
	text-align: center;
	font: 14pt;
	font-weight: bold;	
	
	}

H5 {
    text-align: left;
    font: 12pt;
   }

H6 {
	text-align: center;
	font: 12pt;
	}

p {
	text-indent: 20;
	text-align:justify;
	font-size:12pt;
	margin-top:2pt;
	margin-bottom:2pt;
}
	
div{
    font-size: 12pt;
	}
	
A:link {
	text-decoration: underline;
	color: #826B00;
	font-weight: bold;
}
       
A:visited {
	text-decoration: underline;
	color: #826B00;
	font-weight: bold;
}     

A:hover{
	color: #5E5E5E;	
}

A:active{
	color: Red;
} 

ol {font-size: 12pt; }

ul {
	font-size: 12pt;
	text-align: justify;
	}


li {margin-bottom: 5; font-size: 12pt; text-align: justify; }


.layer1 {
	position: absolute;
	z-index: +1;
	visibility: hidden;
	background-color: #FFF7BB;
	/*width: 95%;*/
	padding: 10pt;
	background-image: url(L1.gif);
	margin-left: 5pt;
	margin: 5px;
	border: 2px solid #735F00;
}


.layer2 {
	position: absolute;
	z-index: +2;
	visibility: hidden;
	background-color: #51D5FF;
	width: 90%;
	padding: 10pt;
	background-image: url(L2.gif);
	margin: 5px;
	margin-left: 15pt;
	margin-top: 15pt;
	border: 2px solid Black;
}

.layer3 {
	position: absolute;
	z-index: +3;
	visibility: hidden;
	background-color: #51D5FF;
	width: 85%;
	padding: 10pt;
	background-image: url(L2.gif);
	margin: 5px;
	margin-left: 25pt;
	margin-top: 25pt;
	border: 2px solid Black;
}


pre   { font-family: "Times New Roman", Times, serif;  font-size: 12pt;}
