.title {
	color: #000000;
	background-color: #D6D6D6;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Attributes for the date displayed on the reports */
.date {
	color: #000000;
	font-size: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Attributes for the main body text (see 'td' for attributes within a TABLE) */
/* 
body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
 */
/* Color of links (see 'td a:link' for TABLE link color) */
body a:link {
	color: #000099;
}
/* Color when mouse is over a link(see 'td a:hover' for TABLE link color) */
body a:hover {
	color: #990000;
}
/* Widths of the table used in reports. Can be pixels (px) or percentage (%) */
.tablewidth {
	width: 900px;
}
/* Table row background color and alignment (top, bottom, middle, default) for ODD numbered rows */
tr.tablerow {
	background-color: #EBEBEB;
	vertical-align: middle;
}
/* Table row background color and alignment (top, bottom, middle, default) for EVEN numbered rows */
tr.alternaterow {
	background-color: #D6D6D6;
	vertical-align: middle;
}
/* Gives 'change' image some spacing and alignment. WARNING: Does affect all images on page
img {
	padding-right: 3px;
	vertical-align: Text-bottom;
}*/
/* Background color and alignment (top, bottom, middle, default) when a user clicks column to sort table */
/* .sortcolumn {
	color: #000000;
	background-color: #FFFFFF;
} */
/* The size of the text within a table */
td {
	font-size: 15px;
}
/* Color of links which appear within the table area of a report */
td a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
/* Color of a visited link which appear within the table area of a report */
td a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
/* Color when the mouse is over links which appear within the table area of the report */
td a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
/* Appearance of the smaller text which appears on reports */
.tiny {
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Color of the links for smaller text */
.tiny a:link {
	color: #999999;
}
/* Color when the mouse is over links for smaller text */
.tiny a:hover {
	color: #333333;
}
/* Color of a visited link for smaller text */
.tiny a:visited {
	color: #333333;
}
/* Color of an active link for smaller text */
.tiny a:active {
	color: #990000;
}
/* Attributes for a CORRECT pick when displaying correct/incorrect on standings or brackets. */
.cor {
	font-weight: bold;
	color: #000099;
}
/* Attributes for an INCORRECT pick when displaying correct/incorrect on standings or brackets */
.inc {
	color: #990000;
	font-weight: bold;
	text-decoration: line-through;
}
/* Attributes for a don't count pick when displaying on brackets */
.dcnt {
	color: #990000;
	font-style: italic;
}
/* Attributes for table headings. Valid values for text-decoration are: none, line-through, underline, overline */
.tableheadings {
	color: #FFFFFF;
	background-color: #2da2c8;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
/* Used for sortable tables. Attributes should be exacly the same as .tableheadings */
table.sortable a.tableheadings {
	color: #FFFFFF;
	background-color: #2da2c8;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
/* Do not modify this attribute */
table.sortable span.sortarrow {
	color: white;
	text-decoration: none;
}