/* CSS Document */

body {
	background-color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style1 {
	color: #998A6D;
	font-weight: bold;
}

.text a {
color: #B09D70;
text-decoration:none;
}

.text a:hover {
color: #ffffff;
text-decoration:none;
}

.bottom {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.bottom a {
	color: #666666;
	text-decoration:none;
	}
	
.bottom a:hover {
	color: #ffffff;
	text-decoration:none;
	}