/**************************************************************************************/
/* print stylesheet for evergreenplayers.org */
/**************************************************************************************/

body {
	background-color: #fff;
	color: #000;
}


td {
	color: #000;
}



/**************************************************************************************/
/* hyperlinks */
/**************************************************************************************/

a:link { 
	color: #333;
	text-decoration: underline;
}

a:visited { 
	color: #333;
	text-decoration: underline;
}


/**************************************************************************************/
/* overall container */
/**************************************************************************************/

#container {
	background: transparent;
	color: #000;
}

#container2 {
	background: transparent;
	color: #000;
}

/**************************************************************************************/
/* header section */
/**************************************************************************************/

#header {
	display: block;
}

#header h1 {
	font: bold 10pt verdana,arial,helvetica,sans-serif;
	margin-left: 10px;
	display: block;
	border-bottom: 1px solid #ccc;
}

/**************************************************************************************/
/* main content area */
/**************************************************************************************/

#content {
   margin-top: 0px;
   margin-left: 0px;

}


.item h2 {
	color: #000;
}

.item h3 {
	color: #000;
}

.smallwhite {
	color: #000;
}

.smallyellow {
	color: #660;
}

.smallorange {
	color: #630;
}

.order {
	color: #000;
}

.rowshade {
	color: #000;
	background-color: #eee;
}

.biotitle {
	color: #000;
}


.popup {
   background-color: #eee;
   color: #000;
}


.form {
   background-color: #eee;
}


.cal {
	color: #000;
}

.caltoday {
	color: #000;
}

.calmonthday {
	color: #000;
}

.calnonmonthday {
	color: #000;
}

.calhdr {
	color: #000;
}

.calhdrw {
	color: #000;
}

.cal a:link, .cal a:visited { 
	color: #333;
}




/**************************************************************************************/
/* left hand column */
/**************************************************************************************/

#left {
	display: none;
}



/**************************************************************************************/
/* page footer */
/**************************************************************************************/

#footer {
	display: none;
}

