/* CSS Document */

.imgleft {
	float: left;
	padding-right: 5px;
}
h1 { font-size: 1.6em}
h2 { font-size: 1.3em}.records {
	font-size: 0.8em;
	border: 1px solid #999999;
}
table.records{
	width: 700px;
}
.records th {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.records td {
	padding: 3px;
	margin: 0px;
	border: 1px none #CCCCCC;
}
.records td.border {
	border-bottom: 1px solid #CCCCCC;
}
.records td.points {
	text-align: right;
	width: 5em;
	vertical-align:top;
}
.records td.week {
	text-align: center;
	width: 4em;
	vertical-align:top;
}
.records td.team {
	text-align: center;
}
.records td.record {
	text-align: center;
	width: 6em;
}
.records td.place {
	text-align: center;
	width: 8em;
}
.records td.playoffs, .records th.playoffs {
	border-left:1px solid #CCC;
	text-align:center;
}
.records tr.postseason {
	font-style:italic;
}
.rules {
font-size:0.8em;
}
.playoffs {width:2em;}


