/* CSS Document */
body { width:98% }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.style1 {font-size: 12px}
.style2 {font-size: 10px}
.style3 {font-weight: bold}
.style4 {font-size: 16px}

.style5 {font-size: 12px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#Layer1 {
	position:absolute;
	
	top:120px;
	width:98%;
	height:200px;
	z-index:2;
	display:inline;
}
#Layer2 {
	position:absolute;
	top:148px;
	width:98%;
	z-index:1;
	

}
#Layer3 {
	position:absolute;
	
	top:416px;
	width:98%;
	height:96px;
	z-index:3;
}

