﻿a:link		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:active	{ text-decoration: underline; }
a:focus		{ text-decoration: underline; }

.black		{ color : #000000; }
.blue		{ color : #000066; }
.red		{ color : #FF0000; }
.grey		{ color : #666699; }
.white		{ color : #FFFFFF; }

div			{ font-family: verdana, helvetica; font-size: 8pt; background-color: Transparent; }

.tickerwindow	{ position: absolute; height: 16px; width: 100%; overflow: hidden; left: 0px; top: 0px; }
.tickerid		{ position: relative; visibility: hidden; left: 0px; top: 0px; height: 14px; border-width: 0px; border-style: none; }

.newsdate 
{
	font-size: 14px;
	color:#999;
	font-weight: bold;
	padding-bottom: 5px;
}
.news 
{
	padding-left: 5px;
}

.news > a
{
	font-weight: bold;
}