body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	font-weight: bolder; 
	text-align:center
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align:center
}
h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
}
h4 {
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
}

h5 {
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
	text-align: left;
}

p {
	font-size: 9px;
	text-align:justify;
}
table {font-size: 9px;
}

#layer2 {
	position: absolute;
	visibility: inherit;
	width:450px;
	height:456px;
	left:12px;
	top:126px;
	z-index:1;
	background:#FFFFFF;
}
#layer4 {
	position: absolute;
	visibility: inherit;
	width:450px;
	height:456px;
	left:12px;
	top:126px;
	z-index:1;
	background:#FFFFFF;
}

#layer5 {
	position: absolute;
	visibility: inherit;
	width:450px; 
	height:456px; 
	left:501px; 
	top:0px; 
	z-index:1;
	background:#FFFFFF;
}


#layer1 {
	position: absolute;
	visibility: inherit;
	width:450px; 
	height:456px; 
	left:501px; 
	top:0px; 
	z-index:1;
	background:#FFFFFF;
}

#layer3 {

	position: absolute; 
	visibility=inherit;
	width:1px; 
 	height:500px; 
	left:500px; 
	top:0px; 
	z-index:1;background:#FFFFFF";
}



table {
	border-collapse: collapse; 
}
table td, table th {
	padding: 0;
	margin: 0;
}
table th {
	text-align: left;
	
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}