
BODY {
	background-image: url(images/diamondback.jpg);
	background-attachment: fixed;
}

A:link{
	font-family: Arial, Helvetica;
	text-decoration: underline;
	font-weight: normal;
}

input{
	font: normal 13px sans-serif;
	color: Black;
}

input:hover{
	color: Purple;
}

p, ol, ul{
	font: normal normal normal medium sans-serif;
	font-family: sans-serif;
	font-size: medium;
	color: Navy;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	padding-right: 25px;
}

td{
	color: Navy;
	font-family: sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
}

H1 {
	color: #FFD700;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	background-color: #00008B;
	background: #00008B;
	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 : #FFF8DC;
	border : thin solid Gray;
	border-color : Navy;
	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 : #F8F8FF;
	padding-bottom : 5px;
	border : thin solid Navy;
	padding-left : 20px;
}

H4 {
	color: Navy;
	font-family: sans-serif;
	font-size: medium;
	font-variant: small-caps;
}

H5 {
	color: Blue;
	font-family: sans-serif;
	font-size : large;
	vertical-align : text-bottom;
}
H6 {
	color: Navy;
	font-family: sans-serif;
	font-size: smaller;
	background-color: transparent;
}

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{
	color: Blue;
	font-style: normal;
	background: #DFDFDF;
	border: thin solid Navy;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.yellow_box{
	color: navy;
	font-style: normal;
	background: #FFFFE0;
	border: thin solid Navy;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-weight: bolder;
	margin-left: 20px;
}

.table_body{
	background: #ffe4c4;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;

}

.table_header{
	color: Blue;
	font-style: normal;
	font-weight: normal;
	background: #ffcc99;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_row{
	color: Navy;
	font-style: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFF0;
}

.coach{
	color:red;
}

.highlight_schedule{
	color: navy;
	background: #FFFFE0;
	text-align: center;
}

.centre{
	text-align: center;
}

.good_msg{
	color: Green;
}

.err_msg{
		color: Red;
}

.align_center{
	color: Navy;
	font-family: sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}

.align_right{
	text-align: right;
}
.font_smaller{
	font-size: smaller;
}

.title{
	color: Blue;
	font-family: sans-serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}


.no_print{
	
}