﻿body
{
	padding: 0;
	margin: 0;
}
.tickerWrapper
{
	background-repeat: repeat-x;
	background-image: url(../images/gradient.gif);
	background-color: #333333;
	width: 99%;
	padding: 5px;
	margin: 0 0 10px 0;
}
.tickerContainer
{
	background-repeat: repeat;
	background-image: url(../images/tickerBkgnd.gif);
	width: auto;
	padding: 10px 5px 0 10px;
	margin: 0;
	position: relative;
	overflow: auto;
}
.newsticker
{
	list-style-type: none;
	font-family: helvetica, arial, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	float: left;
}
.program
{
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #CCFF00;
}
.program a, .program a:link, .program a:active, .program a:visited
{
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.program a:hover
{
	text-decoration: underline;
}
.team
{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 30px 2px 0;
}
.date
{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: gray;
	margin: 0;
	padding: 10px 10px 5px 0;
}
.logo
{
	background: url(../images/logo.png) no-repeat;
	width: 106px;
	height: 77px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 10px;
}
