a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFC10E;
	text-decoration: none;
}
a:active {
	color: #F7931D;
	text-decoration: none;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 12px;
}
.normal11 {
	font-size: 11px;
}
.italic12 {
	font-size: 12px;
	font-style: italic;
}
.yellowtext {
	color: #FFCC66;
	font-weight: bold;
}
.bold10 {
	font-size: 10px;
	font-weight: bold;
}