body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #D6D6D6;
}
p {
	font-size: 14px;
	margin-left: 25px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: -10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -10px;
}
.cell_pad {
	padding-right: 10px;
	padding-left: 10px;
}
.cell_pad_rgt_img {
	margin-right: 20px;
	margin-left: 20px;
}
.cell_pad_tp_bt {
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #009865;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.head_1{
	font-size: 18px;
	font-weight: bold;
}
.head_2 {
	font-size: 16px;
	font-weight: bold;
}
.loss {
	color: #000000;
	background-color: #FF0000;
	font-size: 14px;
	line-height: 20px;
}
.summary {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.win {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #009963;
	line-height: 20px;
}
.tie {
	font-size: 14px;
	color: #000000;
	background-color: #FFFF00;
	line-height: 20px;
}
.notes {
	margin-top: 10px;
	margin-left: 20px;
}

.year_table {
	margin-top: 15px;
}
.Recordheader {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.Recordsubheader {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.Recordtable {
	color: #FFFFFF;
	background-color: #009963;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 20px;
}
