/* CSS Document */
<!--
body {
	background-color: #006699;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #00FF99;
}
#Layer1 {
	position:absolute;
	left:10px;
	top:249px;
	width:154px;
	height:387px;
	z-index:1;
}
.style2 {
	font-size: larger;
	font-weight: bold;
}
.style4 {font-size: larger}
-->