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

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 150%;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.Black {color: #000000;
	line-height: 100%;
}
.Footer {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
		line-height: 100%;

}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style3 {font-size: 10px}
.White {color: #FFFFFF}
.Red {color: #FF0000}


.a2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.a2:link {
	text-decoration: none;
		color: #FFFFFF;

}
.a2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.a2:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.a2:active {
	text-decoration: none;
	color: #FFFFFF;
}

-->