@CHARSET "UTF-8";



/* ***************************************************************** *
 *   OBJECTS IN THE CONTENT AREA  
 * ***************************************************************** */
#mainArea h2 {
  padding: 16px 0 4px 0;
	margin: 0;
  font-size: 14px;
	line-height: 1em;
	color: #DF0051;
}	
#mainArea h3 {
  padding: 5px 0 10px 0;
  font-size: 12px;
}
#mainArea div.htmlText {
	padding: 5px 0 10px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
#mainArea div.htmlText p {
  padding: 0 0 15px 0;
	margin: 0;
  font-size: inherit;
	color: inherit;
}


.program {
	margin-bottom: 20px;
}
.program div.date {
	float: left;
	width: 140px;
	font-weight: bold;
	color: #DF0051;
}
.program div.text {
	float: left;
	padding: 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
.program div.text p {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: inherit;
	color: inherit;
}

