/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
}
p {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
li {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
td {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.text {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.nav {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.navlink {
	color:#FFFFFF;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}
.navlink a:hover {
	background-color: #CCCCCC;
	color:#006600;
	font-weight:bold;
}
#Layer1 {
	left:10px;
	top:10px;
	width:940px;
	z-index:auto;
}
#Layer2 {
	background-color:#006600;
	left:10px;
	top:290px;
	width:140px;
	position:absolute;
	z-index:auto;
}
#Layer3 {
	left:10px;
	top:270px;
	width:140px;
	position:absolute;
	z-index:auto;
}
#Layer4 {
	left:160px;
	top:290px;
	width:790px;
	position:absolute;
	z-index:auto;
}
