/* @override http://localhost:8888/css/atoc.css */

.EventSectionHeader {
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: none;
	text-align: center;
	padding-top: 25px;
	margin-top: 25px;
	line-height: 30px;
}

.EventTitle {

 font-size: 12px; 
 color: #91181d; 
 font-weight: bold; 
 text-decoration: none;
	text-align: center;
}

.EventDetails { 
 color: #000000; 
 text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-size: 12px;
}

.NoEvents { 
 color: #000000; 
 text-decoration: none;
	font-style: italic;
	text-align: center;
	font-size: 12px;
}

.SectionTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	line-height: 30px;
	text-decoration: none;
}