html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #353c48;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #D62F40;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
h2 {
  color: #D62F40;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 100%;
}
#outerWrapper #header {
  background-color: #9bb6d2;
  border-bottom: solid 1px #4b647f;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #9bb6d2;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 11em;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #0902EB;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eaeff5;
  border-left: solid 1px #9bb6d2;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 15em;
}
#outerWrapper #contentWrapper #rightColumn1 h2 {
	color: #0902EB;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: -0.5em;
}
#outerWrapper #contentWrapper #content {
  margin: 0 18em 0 14em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #eaeff5;
  border-top: solid 1px #9bb6d2;
  padding: 10px 10px 10px 10px;
}
tr.home td {font-weight: bold; color: #000099;}
tr.away td {color: #000033;}
tr.off td {font-weight: lighter; color: #666666;}
tr.playoff td {font-weight: bold; color: #990000;}
.smaller {font-size: smaller;}
td.centercell {text-align: center;}
td.leftcell {text-align: left;}
