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

body {
	background-color: #000000;
	font-family: "Arial Narrow";
	font-size: 14px;
}
.brown_bold {
	font-family: "Arial Narrow";
	color: #BA6700;
	font-weight: bold;
}
.green_bold {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #7BC143;
}
.brown_standard {
	font-family: "Arial Narrow";
	color: #BA6700;
}
.green_standard_line_height {
	font-family: "Arial Narrow";
	color: #7BC143;
	text-decoration: none;
	line-height: 112%;
}
.green_standard {
	font-family: "Arial Narrow";
	color: #7BC143;
}
A:link {
	text-decoration: none;
	color: #7BC143;
}
A:visited {
	text-decoration: none;
	color: #7BC143;
}
A:active {text-decoration: none}
A:hover {
	text-decoration: none;
	color: #BA6700;
}
