﻿TD {
	FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Verdana
}
A {
	FONT-WEIGHT: bold; COLOR: #000000
}
P {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.bot {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: verdana,Arial; TEXT-DECORATION: none
}
.copy {
	FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: verdana,Arial
}
#ticker-container 
{
    position:relative;
    overflow:hidden;
    width: 200px;
    height: 300px;
    background-color: #cccccc;
    background-repeat: repeat;
    padding: 2px;
}

#ticker 
{
    position:relative;
    width:150px;
}

#ticker ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}
#ticker ul li 
{
    display:list-item;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: arial;
    font-size:medium ;
    font-weight: normal;
    padding-left: 2px;
}

#ticker ul li a 
{
    font-family: arial;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
    padding-left: 2px;
}

#ticker ul li a:hover 
{
    font-family: arial;
    font-size: medium;
    text-decoration: none;
    padding-left: 2px;
}