﻿.TickerContainer
{
    width: 775px; 
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 0.75em;
    margin-left: 5px;
}

.Ticker
{   
    background-color: White;
    border: solid 1px #B6C7E1;
    overflow: hidden; 
    position: relative; 
    height: 20px;
    width: 100%;
    margin:0px;
    margin-bottom: 4px;
}

.note, .Note {
    color: #a5a5a5;
    font-style: italic;
    font-size: 0.95em;
    font-weight: normal;
}