﻿body
{
	font-size: 10pt;
	color: #b22222;
	font-family: Tahoma, Arial, 'Courier New';
	background-color: #ffffcc;
	background-image: none;
}

.Panel
{
	background-color: #ffffee;
	border-right: #b22222 thin solid;
	border-top: #b22222 thin solid;
	border-left: #b22222 thin solid;
	border-bottom: #b22222 thin solid;
}

.Sponsors
{
	background-color: #ffffff;
	border-right: #b22222 thin solid;
	border-top: #b22222 thin solid;
	border-left: #b22222 thin solid;
	border-bottom: #b22222 thin solid;
}

H1
{
	font-size: 14pt;
	color: #8b0000;
	margin-bottom: 2px;
}

H2
{
	font-size: 12pt;
	color: #8b0000;
	margin-bottom: 2px;
}

.SiteHeader
{
	font-size: 20pt;
	color: #8b0000;
	font-family: Impact;
}

.ForestGreen
{
	color: #228b22;
}

.RssItemTitle
{
	font-size: 14pt;
	color: #8b0000;
	margin-bottom: 2px;
}
.RssItemLink
{
	font-size: 10pt;
	color: #8b0000;
	margin-bottom: 2px;
}

.RssItemDate
{
	font-size: 8pt;
	color: #8b0000;
	margin-bottom: 2px;
	text-align: right;
}

.RssItemDescription
{
	font-size: 8pt;
	color: #8b0000;
	margin-bottom: 2px;
	text-align: right;
}

.RssItemHR
{
	color: #7a0000;
	width: 50%
}

.clsCode
{
	border-right: black thin solid;
	padding-right: 5px;
	border-top: black thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: black thin solid;
	padding-top: 5px;
	border-bottom: black thin solid;
	font-family: 'Courier New';
	background-color: #ffff99;
}