﻿body 
{
	font:8px Arial, Helvetica, sans-serif;
}
.bubble 
{
	width: 500px;
	font:11px Arial, Helvetica, sans-serif;
}
.bubble h3
{
	font-size: 125%;
	font-weight: bold;
}
.bubble table 
{
	width: 95%;
	border: solid 1px #000000;
	font:11px Arial, Helvetica, sans-serif;
}
.programTable
{
	width: 95%;
	border: solid 1px #000000;
	font:11px Arial, Helvetica, sans-serif;
}
.rowHeader 
{
	background-color: #99B3CC;
	color: #ffffff;
}
.rowOdd
{
	background-color: #F2EFE9;
	background-color: #ECE8DF;
}
.rowEven
{
	background-color: #ffffff;
}
.stationTable 
{
	width: 100%;
	border: solid 1px #000000;
	font:11px Arial, Helvetica, sans-serif;
}
