@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(../images/greens.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
	
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.centertext {
	text-align: center;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td {
	color: #0000;
}
.TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td table tr td {
	color: #FFF;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td table tr td {
	color: #FFF;
	font-weight: normal;
}

