#ticker {
	font-size: 0.9em;
	text-align: left;
	height: 30px;
	border-right: 1px solid #c0c0c0;
	margin-top: 15px;
}

#ticker table {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right-color: #c0c0c0;
	border-right-style: none;
}

#ticker td {
	padding: 4px;
	border-right: 1px solid #c0c0c0;
	
}

#ticker a:link {
	color: black;
	text-decoration: none;
}

#ticker a:hover {
	color: blue;
}

/*
div#ticker {
    padding:        5px;
    background:     #e6e6e6;
    height:         20px;
    width:          550px;
    color:          #333;
    margin-top:     15px;
    border: 1px solid #d5d5d5;
}

div#newstitle {
    float: left;
    border-right: 1px solid #333;
    padding-right: 8px;
}

div#newstitle a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

div#newstitle a:hover {
    text-decoration: underline;
    color: #666;
}

div#newsTicker {
    float: right;
    width: 415px;
    overflow: hidden;
}
*/
div.newsTicks {
    position: absolute;
    overflow: hidden;
    width: 413px;
    height: 20px;
}

div.newsTicks a {
    color:          #555;
    text-decoration: none;
}

div.newsTicks a:hover {
    color:          red;
    text-decoration: underline;
}