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

