html {
}
body {
	margin:0px;
	background-color:#1A1A1A;
}
bodyy {
	scrollbar-face-color: #505050;
	scrollbar-shadow-color: #303030;
	scrollbar-highlight-color: #AAAAAA;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-darkshadow-color: #303030;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #AAAAAA;
}
body, p, h1, h2, h3, h4, ul, ol, li, div, td, th, nobr, address, blockquote, nobr, i {
	color:#B78451;
	font-family:"Trebuchet MS";
	font-size:12px;
	//background-color:#1A1A1A;
}
didv {
	background-color:#1A1A1A;
}
h2, h3, h4 {
  margin-top:10px,;
  margin-bottom:4px;
}
td.win {
	color:white;
	background-color:#008000;
	font-weight:bold;
	text-align:center;
}
td.loss {
	color:#000000;
	background-color:#800000;
	font-weight:bold;
	text-align:center;
}
td.draw {
	color:white;
	background-color:#000080;
	font-weight:bold;
	text-align:center;
}
td.whoknows {
	color:white;
	background-color:#505050;
	font-weight:bold;
	text-align:center;
}
th {
	border-bottom:2px solid #000000; font-weight:normal; font-size:16px; color:white;
	background-image:url('images/background_news_header.gif');border-left-color:#AAAAAA; border-right-color:#AAAAAA; border-top-color:#AAAAAA
}
td.content {
	background-color:#1A1A1A;
	padding : 10px;
	padding-left: 30px;
}
td.marginal {
	background-color:#1A1A1A;
	padding-top : 0px;
	margin-top : 0px;
	margin-right : 0px;
	padding : 0px;
	padding-right:0px;
	width : 192px;
}
.newsFooter {
	font-size:10px;
}
td.head {
	color:#FFFFFF;
	border-bottom:0px solid #000000; text-align:center; font-weight:bold;
	font-size:20px;
	background-image:url('images/background_news_header.gif');border-left-color:#AAAAAA; border-right-color:#AAAAAA; border-top-color:#AAAAAA
}
table.smallborder {
	border : 1px solid #000000;
}
tr.head {
	background-color:#000000;
	border : 0px solid #000000;
}
tr.body {
	border-bottom-width:1px;
	border-style: double;
	color:#404040;
}
a.upcomingDate:link {
	color:white;
	text-decoration:none;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
input, text, textarea, select {
	border:1px solid #000000; font-family : Verdana, Arial; font-size : 8pt; color : #000000; background-color : #FFFFFF; 
}

img.floatLeft { float: left;
margin: 4px; }

img.floatRight { float: right;
margin: 4px; }
