body {
	background: Red;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

.pagetitle {
	color: #A9A9A9;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: dashed;
	border-bottom-color: #A9A9A9;
	border-bottom-width: 1px;
}

.pagetext {
	color: #000000;
	font-size: 12pt;
}

.pagefooter {
	color: #ffffff;
	font-size: 8pt;
}

.pagecredit {
	color: #ffffff;
	font-size: 8pt;
}

.eventtitle {
	font-size: 12pt;
	font-weight: bold;
}

.eventname {
	font-size: 12pt;
	font-style: italic;
}

.eventdate {
	font-size: 9pt;
	font-style: italic;
}

.eventtime {
	font-size: 9pt;
	font-style: italic;
}

.eventdescription {
	font-size: 10pt;
}

.leaguetitle {
	font-size: 12pt;
	font-weight: bold;
}

.leaguename {
	font-size: 10pt;
}

.leagueheader {
	font-size: 8pt;
	background-color: Black;
	color: White;
}

.leagueteam {
	font-size: 10pt;
}

table.leaguetable {
	background-color: #D3D3D3;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

.form {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	width: 100%;
}

.formtitle {
	font-weight: bold;
	font-size: 10pt;
	border-bottom: dashed;
	border-bottom-color: #A9A9A9;
	border-bottom-width: 1px;
}

.formlabel {
	font-size: 10pt;
}

.formbutton {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #D3D3D3;
	border-width: 1;
	border-color: Black;
	border-style: solid;
}

.formbuttonhover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #999999;
	border-width: 1;
	border-color: #000000;
	border-style: solid;
	cursor: hand;
}

.gallerytitle {
	font-size: 12pt;
	font-weight: bold;
}

.gallerydescription {
	font-size: 10pt;
}

.gallerystats {
	font-size: 8pt;
	font-style: italic;
}

.thumbnailtitle {
	font-size: 8pt;
}

.thumbnailstats {
	font-size: 8pt;
	font-style: italic;
}

A.gallerylink {
	font-size: 8pt;
	text-decoration: underline;
	color: Black;	
}

.gallerylink {
	font-size: 8pt;
}

.phototitle {
	font-size: 10pt;
	font-weight: bold;
}

.photodescription {
	font-size: 8pt;
}

.photoinfo {
	font-size: 9pt;
	color: #A9A9A9;
}

