/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
}
body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
a {
	font-size: 11px;
	color: #FFFFCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

.indent {margin-left:20px; 
}

.style1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #993300; 
}

#Layer1 {
	position:absolute;
	left: 251px;
	top: 99px;
	width:333px;
	height:515px;
	z-index:1;
	overflow: hidden;
	visibility: hidden;

}
.bg {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}


</style>
