/* Hostbaby.com PHP Dynamic Content */
.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 14px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	width: 320px;
}
 .calendar_date_text {
	color: #D20000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* Needed for NS 6.x */
	font-weight: bold;
}
 .calendar_time_text {
	color: #D20000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* Needed for NS 6.x */
	font-weight: bold;
}
 .calendar_event_title_text {
 	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* Needed for NS 6.x */
	font-size: 12px;
	font-weight: bold;
}
 .calendar_venue_text { 
 	font-family: Verdana, Arial, Helvetica, sans-serif; /* Needed for NS 6.x */ 
	font-size: 12px;
	color: black; 
}
 .calendar_notes_text {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Needed for NS 6.x */
	font-size: 12px;
	color: black;
}
 .news {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
 .news_entry {
    padding-bottom: 12px;
}
 .news_date {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}
 .news_text {
	color: black;
	font-size: 12px;
}
 .news_text a:link {
    color: #000099;
	text-decoration: none;
	
}
 .news_text a:visited {
    color: #000099;
	text-decoration: none;
}
 .news_text a:hover {
	color: #990000;
	text-decoration: none;
}