body, tr, td, th {
	font: 12px Arial, Helvetica, sans-serif;
}
th {
	text-align: left;
	background-color:#CCCCCC;
	font-weight: bold;	
}
table.staff tr:hover, table.staff td:hover {
	background: #F0FFFF;
}
h1 {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	padding: 2px;
	margin: 1px;
	width: 800px;
	clear: both;
}
.signupButton {
	border: 2px solid #00BCE7;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #00BCE7;
}
#eventDate {
	text-align: center;
	background-color: #CCEEFF;
	border: 2px solid #00BCE7;
}

a:link {
	color:#0000ff;
	text-decoration: none;
}
a:visited {
	color:#0000ff;
	text-decoration: none;
}
a:hover {
	color:#0000ff;
	text-decoration: underline;
}
a:active {
	color:#0000ff;
	text-decoration: none;
}


a.nav:link {
	text-decoration: none;
	color: #000000;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: underline;
	color: #000000;
}
a.nav:active {
	text-decoration: none;
	color: #000000;
}

a.white:link {
	text-decoration: none;
	color: #ffffff;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.white:active {
	text-decoration: none;
	color: #ffffff;
}


#document {
	float: right;
	width: 200;
	border: 2px groove #00BCE7;
}
#newsMain {
	width: 48%;
	float: right;
	border: 2px solid #FEDCBA;
	padding: 2px;
}
.formField {
	border-bottom: 1px solid #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.formFieldDisabled {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color:#CCCCCC;
	text-align:right;
	font-weight:bold;
}
.star {color: #00BCE7}