BODY
{
	font-size: x-small;
	margin: 0px;
	color: black;
	font-family: Arial;
}
TBODY
{
    BACKGROUND-POSITION: center ;
    COLOR: BLACK;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left;
    FONT-SIZE: small;
}

.ticker
{
    color:white;
	text-decoration:none;
	font-size: small;
	font-family: Arial;
	font-weight:bold;
}

.tophref
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
	
A.ticker:hover
{
	font-weight: bold;
	font-size: small;
	color: yellow;
	font-family: Arial;
	text-decoration: underline;
}

.clsMenuTitle { cursor:hand; }
.clsMenu {
      border-left:1px solid white;
      border-right:1px solid black;
      border-top:1px solid white;
      border-bottom:1px solid black;
      background-color:#CCCCCC;
      position:absolute;
      display:none;
      width:160px;
      z-index:101;
      padding-left:2px;
      font-family:Arial,verdana;
      font-size:small;
      padding-right:1px;
      padding-top:2px;
      padding-bottom:1px;
      }
.clsMenu A { text-decoration:none; color:black;  }
.clsMenu A:hover { color:black;text-decoration:underline; }



.copyright {font-family:Arial, Verdana; font-size:x-small;}