@charset "UTF-8";
/* CSS Document */

	
/* rss feed styles */
.eventTitle {
	color : #369;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top: .6em;
	line-height: normal;
	margin-bottom:.2em;
	text-decoration:none;
}


.eventTitle a:link {
	text-decoration: none;
	color: #369;
}
.eventTitle a:visited {
	text-decoration: none;
	color: #369;
}

.eventTitle a:hover {
	text-decoration: none;
	color:#369;
}

.eventTitle a:active {
	text-decoration: none;
	color:#369;
}

.eventDate {  
	font-weight:bold;
	margin-bottom:.2em;
}

.eventSummary {  
}

.eventPlace {
}

.postDate {
	font-size:1em;
	font-style:italic;
	margin-top:-1.1em;
}	


