
.style8 {
	font-size: 9px;
	color: #000000;
}
.style11 {color: #000000}

.style2 {
	color: #000000;
	font-size: 12px;
}
.style6 {
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.style7 {
	font-size: 10px;
	color: #9999CC;
}

     
body {
	background-color: #333333;
}

a:link {
	color:#CCCCCC;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color:#FFCC00}
a:active {
	color::#FFCC00;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Tahoma;
	font-size: 13px;
	color:#CCCCCC;
}


<!--
.style15 {font-size: 11px}
-->


#marqueecontainer{
position: relative;
width: 224px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border:none;
padding: 2px;
padding-left: 4px;
font-style:normal

}
