﻿.Headline
{
    font-family: Arial, 'Arial';
    border-style: solid;
    border-width: 1px;
    border-color: #FF0033;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.TickerStyle a:link
{
    color: black;
    font-size: 11;
    text-decoration: none;
}
.TickerStyle a:hover
{
    color: #ed1a3b;
    font-size: 11;
    text-decoration: underline;
}
.TickerStyle a:visited
{
    color: black;
    font-size: 11;
    text-decoration: none;
}
#tickercontainer
{
	overflow: hidden;	
	width: 550px;
	white-space: nowrap;	
	padding-left: 100px;
	padding-right: 20px;
	background: #fff url('tickerbg.png') no-repeat top left;
	height: 24px;
	position: relative;
	top: -10px;
	padding-top: 4px;	
}
#tickercontainer img 
{
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: middle;
}
#tickercontainer a, #tickercontainer a:hover
{
	color: #000;
	text-decoration: none;
}
.BlankImage
{
	height: 1px;
	width: 1200px;
	white-space:nowrap;
	overflow: hidden;
}
