.calendar-prev {
	color: white;  
	font-size: 10pt;
	text-decoration: underline;
	padding-right: 10px;
}

.calendar-next {
	color: white;  
	font-size: 10pt;
	text-decoration: underline;
	padding-left: 10px;
}

#calendar {		
	font-family: Arial;
	font-weight: bold;
	color: white;
	font-size: 8.5pt;
	line-height: 1.3;
	margin: 0px 0px 40px 0px;
	padding: 0px 50px 0px 200px; 
}

div#calendar a{
	color: white;  
	text-decoration: underline;
}
.date {
		 font-family: Arial;
	     font-weight: bold;
	     color: white;
	     font-size: 11pt;
	     line-height: 1.3;
	     margin: 0px 0px 0px 0px;
	     padding: 0px 0px 0px 20px; 
	     width: 180px;
	}
.description {
		 font-family: Arial;
	     color: white;
	     font-size: 8.5pt;
	     line-height: 1.3;
	     padding: 0px 0px 40px 0px; 
	     width: 700px;
	}
	
div#eventdiv {
		 font-family: Arial;
	     color: white;
	     font-size: 10pt;
	     line-height: 1.3;
	     margin: 0px 0px 40px 0px;
	     padding: 0px 0px 40px 0px; 
	     width: 700px;
	}