/*  ----------------------------------------------------------------------------
MRC-LEAN CSS file

car = tag <car>
.car = class="car", works with all tags
#car = id="car", works with all tags
car.muscle = tag with class <car class="muscle">, only works with tag specified
car#muscle = tag with id <car id="muscle">, only works with tag specified

      stylesheet ID and class are almost the same thing except where 
      a class is declared by being preceeded by a . (period) an ID 
      is preceeded by a # (pound)
----------------------------------------------------------------------------  */

a:link
{
	text-decoration: underline;
	color: #CC0000;
}
a:visited
{
	text-decoration: underline;
	color: #990099;
}
a:hover
{
	text-decoration: none;
	color: #FF0000;
}
a:active
{
	text-transform: none;
	color: #FF0000;
}
body
{
	background-color:  #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
}
td.nav
{
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
}
td
{
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
}
table.events
{
	background-color:  #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-weight: bold;
	font-size: 12px;
 width: 100%;
}
a#header
{
	text-decoration: none;
	color: #FFFFFF;
}
span.header
{
	color:  #990033;
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
li
{
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
}
td,li {font-family:Arial,sans-serif;font-size:13;}
.closed{color:#999999;}
