.event_date {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #77A02E;
}

.event_title {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #004780;
}

.event_desc {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 10pt;
	color: #004780;
}

.event_sponsor {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 10pt;
	color: #569BBE;
}

.event_location {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 9pt;
	color: #004780;
}

.flyer {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 9pt;
	color: #77A02E;
}

a {
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}


/* FOR EVENT PAGE */

.event_date_big {
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 18px;
	font-weight: bold;
	color: #77A02E;
}

.event_title_big {
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 18px;
	font-weight: bold;
	color: #004780;
}

.event_sponsor_big {
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 16px;
	color: #569BBE;
}

.event_location_big {
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 18px;
	color: #004780;
}

.large_error_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFFFF;
	display: block;
	padding: 3px;
}

.small_error_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}