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

