﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
img
{
	border-width: 0px;
}
p
{
	padding: 0px;
	margin: 0px;
}
a:link
{
	color: #DCAF2B;
}
a:visited
{
	color: #DCAF2B;
}
.outer
{
	width: 995px;
	border: solid 0px #171514;
	background-color: #171514;
	margin: 0 auto 20px;
}
td.ticker
{
	height: 20px;
	background-color: #171514;
}
div.ticker
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #DCAF2B;
	text-align: center;
}
.leftEdge
{
	width: 37px;
	background: #CCCCCC url(images/l-edge.gif);
}
.header
{
	background-color: #CCCCCC;
	text-align:center;
}
.rightEdge
{
	width: 37px;
	background: #CCCCCC url(images/r-edge.gif);
}
.title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #363130;
	text-align: center;
	font-size: 26px;
	color: #DCAF2B;
}
.titleBold
{
	font-weight: bold;
	font-size: 30px;
}
.titleLarge
{
	font-size: 34px;
}
.titleMedium
{
	font-size: 22px;
}
.separator
{
	height: 27px;
	background: #CCCCCC url(images/t-edge.jpg);
}
.menu
{
	height: 14px;
	background-color: #363130;
	font-size: 18px;
	color: #979205;
	text-align: center;
}
.menu div
{
	padding: 0 22px 0 22px;
}
.menu table
{
	margin:0 auto 0;
}
.menuItem
{
	border-right: solid 2px #171514;
}
.content
{
	background-color: #CCCCCC;
	font-size: 18px;
}
.content p
{
	padding: 5px;
}
.footer
{
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.centered
{
	margin:0 auto 0;
}
.error
{
	color: #FF0000;
}