<style type="text/css">
<!--

a
{
  text-decoration: none;
  color: #FFFFFF;
}

a:link
{
  text-decoration: none;
  color: #FFFFFF;
}

a:visited
{
  text-decoration: none;
  color: #FFFFFF;
}

a:hover 
{
  text-decoration: none;
  color: #FF0000
}

body 
{
	background-image: url(images/bkg.main.jpg);
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td
{
  font-family: arial;
  font-size: 10pt;
  color: #FFFFFF;
}

input 
{ 
	font-family: arial; 
	font-size: 11 px; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	border-color: #999999;
	border-style: solid; 
	border-top-width: 1 px; 
	border-right-width: 1 px; 
	border-bottom-width: 1 px; 
	border-left-width: 1 px;
}

.normalText
{
  font-family: arial;
  font-size: 10pt;
}

.normalTextBoldWhite
{
  font-family: arial;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;  
}

.normalTextRed
{
  font-family: arial;
  font-size: 10pt;
  color:#CC0000;
}

.largeTextRedBold
{
  font-family: arial;
  font-size: 12pt;
  color:#CC0000;
  font-weight: bold;  
}

.normalTextGrayBold
{
  font-family: arial;
  font-size: 10pt;
  color:#999999;
  font-weight: bold;    
}

.normalTextBlack
{
  font-family: arial;
  font-size: 10pt;
  color: #000000;
}

.smallText
{
  font-family: arial;
  font-size: 8pt;
}

#marqueecontainer{
position: relative;
width: 227px; /*marquee width */
height: 192px; /*marquee height */
background-color: #666666;
font-family: arial;
font-size: 10px;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}

// -->
</style>