.tab_background
{
	background-color: #e2c463;
}
.tab_top_text_color
{
	color: #110073;
}
a.top_bottom_hyperlink:link  { color: #110073; text-decoration: underline }
a.top_bottom_hyperlink:visited  { color: #110073; text-decoration: underline } 
a.top_bottom_hyperlink:hover   { color: #110073; text-decoration: none }
p.tab_team_name
{
	color: #110073;
	font-size: 20px;
	font-weight: bold;
}
div.main_body
{
	background-color: #fff;
	border: solid 1px #110073;
}
div.main_top_bar
{
	border-top: 1px solid #110073;
	background-color: #ebdca5;
	text-align: right;
	padding: 2;
}
.main_top_bar_text
{
	color: #110073;
}
a.main_top_bar_links:link  { color: #110073; text-decoration: underline }
a.main_top_bar_links:visited  { color: #110073; text-decoration: underline } 
a.main_top_bar_links:hover   { color: #110073; text-decoration: none }

div.main_top_graphic
{
	height: 100px;
	background-image: url(../images/header_blank_gld.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.main_bottom
{
	background-color: #e2c463;
	text-align: center;
	padding: 10;
}
.main_bottom_text
{
	color: #110073;
	font-size: 12px;
}
table.news_seperator
{
	background-color: #110073;
}
fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #110073;
	padding: 0 5px;
}

fieldset legend span {
	color: #666;
	font-weight: normal;
	font-size: 80%;
}
