@charset "utf-8";
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002851;
	height: 18px;
	width: auto;
	border-bottom-style: inset;
}
.links a:link {
	text-decoration: none;
	color: #002851;
}
.links a:visited {
	text-decoration: none;
}
.links a:hover {
	text-decoration: none;
}
.links a:active {
	text-decoration: none
	-------
}
.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0067CE;
}
.event_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.event_location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #002851;
}
.special_announcement {
	font-size: 14px;
	font-weight: bold;
	color: #FF5B0D;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.event_discription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #002851;
}
.event_location_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
}
.body_bottom {
	background-image: url(images/bp_bottom.jpg);
	background-repeat: repeat-x;
}
