﻿.noprint {
	display: none;
}

#container {
	border: 0px;
}

/* Default formatting */
a:link
{
	color: #0000FF;
	line-height: 2em;
}

a:visited
{
	color: #0000FF;
	line-height: 2em;
} 

a:active 
{
	color: #0000FF;
	line-height: 2em;
}

body
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000066;
	font-size: 10pt;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.redcolor {
	color: #660000;
}

.brightred {
	color: #FF0000;
}

.fontsize8pt {
	font-size: 8pt;
}

.fontsize12pt {
	font-size: 12pt;
}

.center_text {
	text-align: center;
}

.center_margin {
	margin: 0px auto;
}

.right_text {
	text-align: right;
}

.left_text {
	text-align: left;
}

.border_box {
	border-style: solid;
	border-width: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #000000;
}

.border_left_top {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000
}

.border_right_top {
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000
}

.border_top {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_right {
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_left {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_left_bottom {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_left_bottom_top {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_bottom {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_right_bottom {
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_right_bottom_top {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.border_top_bottom {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
}

.singleindent {
	
	margin-left: 1.5em;
}

.doubleindent {
	
	margin-left: 3em;
}

.tripleindent {
	
	margin-left: 4.5em;
}

table.schedule {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table.schedule caption {
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
}

table.schedule th {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

table.schedule td {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	vertical-align: top;
}

table.schedulestats {
	width: 50%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table.schedulestats caption {
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

table.schedulestats th {
	line-height: 15px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

table.schedulestats td {
	line-height: 15px;
	text-align: center;
	font-size: 8pt;
	vertical-align: top;
	color: #0000FF;
}

table.roster {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table.roster caption {
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
}

table.roster td {
	text-align: center;
	line-height: 20px;
	font-size: 10pt;
	vertical-align: top;
}

table.standing {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table.standing caption {
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
}

table.standing th {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

table.standing td {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	vertical-align: top;
}

table.statistic {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table.statistic caption {
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
}

table.statistic th {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

table.statistic td {
	line-height: 20px;
	text-align: center;
	font-size: 10pt;
	vertical-align: top;
}

table.statistic img {
	border: 1px blue solid;
	width: 218px;
	height: 144px;
}
