/*************************************************************************
	Title:		Print stylesheet
	Author:		420 Design
*************************************************************************/

body {
	margin: 0;
	padding: 0;
	font: 10pt/1.5em Helvetica, Arial, Geneva, sans-serif;
	color: #404040;
}


img {
	border: 0;
}

#mainbody img {
	margin: 0 12px 0 0;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

h1 {
	color: #7fbe00;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: -10px;
}

h2 {
	color: #0065a4;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 40px 0 -10px 0;
}

p.error {
	color: #ff0000;
}

/*** hide certain elements ***/
#sidebar,
#mastheadVolleyball,
#mastheadLogo,
#mastheadPhoto,
#mastheadDivider {
	display: none;
}


#mainbody p a,
#mainbody ul a,
#mainbody td a {
	color: #5177ac;
	text-decoration: none;
	border: 1px dotted #5177ac;
	border-width: 0 0 1px 0;
}


#footer {
	font-size: 80%;
	color: #404040;
}

#footer a {
	color: #404040;
	text-decoration: none;
}

#footer span {
	color: #7dadcf;
	padding-left: 5px;
}

#footer span a {
	color: #7dadcf;
	text-decoration: none;
}

table {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

thead {
	font-weight: bold;
	line-height: 1em;
	background: #dbebf6;
}

thead td {
	
}

td {
	border-bottom: 1px solid #404040;
	margin: 0;
	padding: 2px 5px;
	vertical-align: top;
}

td hr {
	display: none;
}

form {
	display: none;
}