/* CSS Document #*/
BODY {
	SCROLLBAR-BASE-COLOR: #A27E20;
	background-color: #000000;
	font-family: Arial;
	text-decoration: none;
}

.left{
	margin-left: 20px;
	margin-top: 0px;
}

a:link { color:#ffffff; text-decoration:none; }

a:visited { color:#ffffff; text-decoration:none; }

a:active { color:#ffffff; text-decoration:none; }

a:hover { color:#ff0000; text-decoration:none; }

.red{
	color:#FF0000;
}

.white{
	color:#FFFFFF;
}

.green{
	color:#00FF00;
}

.normal{
	font-weight: normal;
}

.bold{
	font-weight: bold;
}

.style5White {
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
}

.style4White {
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

.style3White {
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.style2White {
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}


