

A:link, A:visited {
	font-family: Arial, Helvetica;
	text-decoration: underline;
	font-weight: normal;
	color: Black;
}

input{
	font: normal 13px sans-serif;
	color: Black;
}

p, ol , ul{
	font: normal normal normal medium sans-serif;
	font-family: sans-serif;
	font-size: small;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	padding-right: 25px;
}

td{
	color: black;
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
}

H1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	background-color: #E8E8E8;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: x-large;
}
  
H2 {
	color: Black;
	font-family: sans-serif;
	font-size: medium;
	font-variant: small-caps;
	text-transform: none;
	background: #ECECEC;
	border: thin solid Gray;
	border-color: black;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
}
  
H3 {
	color: black;
	font-family: sans-serif;
	font-size : medium;
	padding-top : 5px;
	font-size : medium;
	font-variant : small-caps;
	background: white;
	padding-bottom : 5px;
	border : thin solid Navy;
	padding-left : 20px;
}

H4 {
	color: black;
	padding-top: 5px;
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
}

H5 {
	color: black;
	font-family: sans-serif;
	font-size : large;
	vertical-align : text-bottom;
}
H6 {
	color: black;
	font-family: sans-serif;
	font-size : xx-small;
	background: white;
}

ul{
	text-align : justify;
	width : 100%;
	list-style : disc inside;
	line-height : 150%;
}


ol{
	width: 100%;
	list-style: decimal inside;
	line-height: 150%;
	list-style-position: inside;
	padding: 5px 5px 5px 5px;
}

.highlight{
	display: none;
}

.table_body{
	background: white;
	border-collapse: collapse;
}

.table_header{
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	background: white;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_row{
	color: black;
	font-style: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.coach{
	color: Red;
}

.font_smaller{
	font-size: smaller;
}

.no_print {
	display: none;
}

.align_center{
	text-align: center;
}
