BODY
{
	margin: 0;
	padding: 0px;	
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/pixels-bg.gif);
}

TD 
{
	font-family: arial;
	font-size: 11px;
	vertical-align: top;	
}

TABLE.cal 
{
	background-color: #BBBBBB;
}

TR.cal 
{
	background-color: #FFFFFF;
}

TR.calhead 
{
	font-weight: bold;
	background-color: #FFFFFF;
}

TR.calmonth 
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0A134A;
}

TR.caldays 
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #970012;
}

TR.alt
{
	background-color: #EEEEEE;
}

TD.calalt
{
	background-color: #EEEEEE;
}

A	
{
	color: #970012;
	text-decoration: none;
}
	
A:link	
{
	color: #970012;
	text-decoration: none;
}

A:hover	
{
	color: #970012;
	text-decoration: underline;
}

A.roster	
{
	color: #000000;
	text-decoration: none;
}
	
A.roster:link	
{
	color: #000000;
	text-decoration: none;
}

A.roster:hover	
{
	color: #970012;
	text-decoration: none;
}

A.calmonth	
{
	color: #FFFFFF;
	text-decoration: none;
}
	
A.calmonth:link	
{
	color: #FFFFFF;
	text-decoration: none;
}

A.calmonth:hover	
{
	color: #FFFFFF;
	text-decoration: underline;
}

UL
{
	margin-left: 1em;
	padding-left: 0;
	list-style-type: square;
}
