body
{
	background-color: #EEEEEE;
	margin: 25;
	font-family: Arial, Helvetica, sans-serif;
}
table.banner
{
	background: #000000;
	width: 800px;
}
tr.even
{
	background: #EEEEEE;
	height: 40px;
}
tr.odd
{
	height: 40px
}
td.garnet
{
	background: #B53142;
	color: #FFFFFF;
	font-weight: bold;
}

td.blue
{
	background: #1970A2;
	color: #FFFFFF;
	font-weight: bold;
}

td.gray
{
	background: #B5B0AD;
	color: #000000;
	text-align: center;
}

td.content
{
	background: #FFFFFF;
	border: #B53142 1px solid;
	padding: 10px;
}

a.menu:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #B59C29;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}