body { 
color: black; 
font: 12px arial;
}

p { font: 12px arial; }

p.box
{
	color: #333333;
	font: 10px arial;
}

h2
{
	color: #CC0000;
	font: 14px arial;
}

h2.tagline
{
	color: #330000;
	font: 14px arial;
}

h2.quoteblock
{
	color: #990000;
	font: 14px arial;
}

h3
{
	font: 14px arial;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h3.bold
{
	font: 14px arial;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}


h4
{
	font: italic 11px arial;
	color: #333333;
}

h5
{
	color: #333333;
	font: 11px arial;
}

p.copyright
{
	color: #333333;
	font: 10px arial;
}

a:link
{
	COLOR: blue;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	COLOR: blue;
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	COLOR: blue;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	COLOR: blue;
	text-decoration: underline;
	font-weight: normal;
}

a.smalllink{
	font-size: 10px;
}

a.bold{
	font-weight: bold;
}


TD
{
	FONT-FAMILY: arial,verdana;
	FONT-SIZE: 12px;
}

form
{
	padding:0; 
	border:0; 
	margin:0
}

INPUT
{
	FONT-FAMILY: arial;
	FONT-SIZE: 10px;
	COLOR: black;
}

TEXTAREA
{
	FONT-FAMILY: arial;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: white;
	COLOR: black;
}

SELECT
{
	FONT-FAMILY: arial;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: white;
	COLOR: black;
}

.calendar {
	FONT-SIZE: 10px;
	font-weight: normal;
}

.calendar td { 
	BACKGROUND-COLOR: #CCCCCC;
}
.calendar h3
{
	font: 14px arial;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

.calendar a:link, .calendar a:active, .calendar a:visited 
{
	text-decoration: underline;
	font-weight: normal;
}

td.calendarToday { 
	BACKGROUND-COLOR: #EEEEEE; 
}

.calendarToday a:link, .calendarToday a:active, .calendarToday a:visited 
{
	text-decoration: underline;
}
	
.calendarHeader { BACKGROUND-COLOR: #EEEEEE; FONT-SIZE: 10px;}

.calendarConflict1 { BACKGROUND-COLOR: #FFFF00; COLOR: #FF0000;}
.calendarConflict2 { BACKGROUND-COLOR: #FF8000; COLOR: #FFFFFF;}
.calendarConflict3 { BACKGROUND-COLOR: #FF0000; COLOR: #FFFFFF;}


.nav { }

.nav a:link, .nav a:active, .nav a:visited
{
	FONT-SIZE: 12px;
	COLOR: black;
	text-decoration: none;
	font-weight: normal;
}

.nav a:hover { text-decoration: underline; }

.nav a:link.nav-on, .nav a:active.nav-on, .nav a:visited.nav-on
{
	FONT-SIZE: 12px;
	COLOR: white;
	text-decoration: none;
	font-weight: normal;
}

.dot
{
	border-style: dotted;
	border-color: #EEEEEE;
}

.join
{
	background-color: #CC0000;
	font: 12px arial;
	color: white;
	font-weight: bold;
}

.aa_required
{
	background-color: #FFFFCD;
}



.yellowlink, .yellowlink a:link, .yellowlink a:active, .yellowlink a:visited
{
	FONT-SIZE: 12px;
	COLOR: yellow;
	text-decoration: none;
	font-weight: normal;
}

.yellowlink a:hover
{
	COLOR: yellow;
	text-decoration: underline;
	font-weight: normal;
}
