@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,
body{ 
	background: #222222;
	color: #e4e4e4;
	line-height: 100%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: left; /* centers board in MSIE */
}

.style1 {
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff
	font-weight:normal
}
.style2 {
    font-family: "Arial";
	font-size: 14px;
	font-weight:bold;
	color: #ffffff
}
.style3 {
    font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
}
.style4 {
    font-family: "Arial";
	font-size: 10px;
	color: #0093ff;
	font-weight:bold;
}
.style5 {
    font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}

</style>
