/* TEXT */
h1 {
	color: #835546;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #201913;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #201913;
	color: #835546;
}

h3 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #835546;
}

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

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

p.notice {
	color: red;
	font-weight:bold;
}

p.story {
	color: #CCCCCC;
	padding: 5px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 100%;
}

hr {
	border: 0;
	color: #201913;
	background-color: #201913;
	height: 1px;
	width: auto;
	text-align: left;
}

.ThRows {
	background-color: #835546; color: #F19ABD;
	text-align: center;
	/*font-weight: bold; 
	font-family: Arial;
	font-size: 1.1em;*/
}

.ThCols {
	background-color: #CEC6B5; color: #000000;
	font-weight: bold; text-align: left;
	font-family: Arial;
	font-size: 1.1em;
}

.TrRows {
	background-color: #DEE7DE; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
}

.TrOdd  {
	background-color: #FFFFF0; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
}

.TrHome {
	background-color: #DEE7DE; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
	font-weight:bold;
	vertical-align:top;
}

.TrAway  {
	background-color: #FFFFF0; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
	font-weight:normal;
	vertical-align:top;
}

.TrMDEven {
	background-color: #DEE7DE; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
	text-align:left;
}

.TrMDOdd  {
	background-color: #FFFFF0; color: #000000;
	font-family: Arial;
	font-size: 1.1em;
	text-align:left;
}

.tdLeague {
   width: 30px;
   text-align: right;
}


