@charset "utf-8";
/* CSS Document */

.style1 {	color: #BAA28A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	line-height: 150%;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3813e;
	line-height: 150%;
}
.style5 {font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #BAA28A;}


.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #BAA28A;
}
.style9 {font-size: 14px}
.style10 {
	font-size: 14px;
	color: #e3813e;
}



body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #BAA289;
}
a:link {
	color: #BAA28A;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #BAA28A;
}
a:hover {
	text-decoration: underline;
	color: #e3813e;
}


a:active {
	text-decoration: none;
	color: #e3813e;
}
