@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFCC99;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
A.scenario
{
	font-weight: bold;
	font-size: 11px !important;
	color: #FFCC99;
	text-decoration: underline !important;
}
A.scenario:hover
{
	font-weight: bold;
	font-size: 11px !important;
	color: #FF6633 !important;
	text-decoration: underline;
}