div.templateText {

}

div.eventContent { 
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; line-height:15px;
}


div.eventContent div.title { 
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #0C2D83;
}

div.eventContent div.description { 
	margin: 5px 0px 5px 0px;
}

div.eventContent div.dates { 
	margin: 5px 0px 0px 0px;
	color: #993300;
	font-weight: bold;
}

div.eventContent div.line {
	width: 100%; 
	height: 1px; 
	background-color: #DDBA7B;
}

div.eventContent div.calendarTitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0C2D83; 
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

div.event {
	border-bottom: 1px solid #DDBA7B; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 5px 5px 5px; 
	width: 573px;
}


