    #tickerTable 
    {
    	margin-left: 3px;
    	text-align: left;
    	border: thin solid black;
    	width: 760px;
    	background-color: #0052A4;
    	color: #FFFFFF;
    }
    #tickerTable th {
    	padding-left: 3px;
    	background-color: #7A0001;
    	font-weight: normal;
    }
    #tickerDisplay {
    	overflow: hidden;
    	width: 730px;
    	height: 110px;
    	padding-left: 10px;
    }
    #tickerDisplay p 
    {
    	font-size: 12px;
    	margin: 0px 0px 0px 0px;
    	padding: 6px 5px 6px 5px;
    }
    #tickerDisplay a:link, #tickerDisplay a:visited, #tickerDisplay a:hover, #tickerDisplay a:active 
    {
    	color: White;
    	text-decoration: none;
    }
    #tickerScroll {
    	width: 15px;
    	font-size: 9px;
    	padding-bottom: 3px;
    	vertical-align: bottom;
    }
    .tickerButton {
    	cursor: pointer;
    	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
    }
    .tickerButton img {
    	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
    }
