/* Style sheet for scrolling news bar on index page */

#news_container{
    position:     relative;
    width:        400px;       /* news bar width */
    height:       17px;        /* news bar height */
    overflow:     hidden;      /* No scroll bar at side*/
    border:       0px;
    padding:      0px;
    padding-left: 8px;
    font-family:  sans-serif;
    font-size:    11px;
    color:        #fff6e7;
    line-height:  17px;
}

.newstitle {
    vertical-align: middle;
    line-height:    17px;
    font-family:    sans-serif;
    font-size:      12px;
    font-weight:    bold;
    color:          #fff6e7;
}

.newsflash {
    padding-left:   8px;
    vertical-align: top;
    font-family:    sans-serif;
    font-size:      14px;
    color:          #fff6e7;
}

.newsflash A {
    text-decoration: none;
    font-weight:     bold;
}

.newsflash A:link {
    color: #fff6e7;
}

.newsflash A:visited {
    color: #fff6e7;
}

.newsflash A:hover {
    color: #ffff00;
}
