body 
{
	font-size: 10px;
	font-family: Arial;
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.title_green {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #6bad42;
}
.font_green
{
	font-weight: bold;
	color: #6bad42;
}
.content {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
.errorMessage {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

a {
	font-family: Arial;
	color: #007bc1;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #007bc1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #007bc1;
	font-weight: bold;
	text-decoration: none;
}

p, table, td 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

li 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}


.events_month_header
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #0079bd;

}

.events_date_green
{
	font-family: Arial;
	font-weight: bold;
	color: #43ac52;
}

.calendar_month_header
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.calendar_day_header
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

.calendar_date
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

.calendar_date_green
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #43ac52;
}

.formfield 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

.formfield_hidden {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	height:1px;
	width:1px;
	left:-2000px;
	top:-2000px;
	position:absolute;
}

.required {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #BE3C61;
}

/* Added by Gregory Long */
.disabled 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7B7351;
	background-color: lightgrey;
}

.missing 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	/* color: #7B7351; */
	background-color: Red;
}

/* Added by Michael Owen 2006 */
.validationSummary
{
	background-color: Transparent;
	margin: 20px;
	font: Arial small;
}

.totalLabel
{
	border: Solid 1px DarkGray;
	background-color: Transparent;
	color: Gray;
	padding: 0px 10px;
}

.invisible
{
	display: none;
}