td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* controls the colors of the tables if no color specified in the database */

tr.hdr {
	background-color: #CCCCCC;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* controls the Schedule header on the Scores and Standings page for each Team */

p.scheduleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/* controls the Standings header on the Scores and Standings page for each Team */

p.standingsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/* controls appearnce of menu items on Scores and Standings Page  */

p.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* h3 is used for top header for all pages*/


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}

/* h4 used for all sub headers */


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
