@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
img {
	border: 0;
}
.style1 {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

.style2 {
	color: #b3b3b3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

.style3 {
	color: #cabd83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

.style4 {
	color: #BCA4C2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

.style5 {
	color: #BCA4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

a:link {
	color: cabd83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: cabd83;
}
a:hover {
	text-decoration: underline;
	color: #f9f4c9;
}
a:active {
	text-decoration: none;
	color: cabd83;
}