@charset "utf-8";
/* CSS Document */


.textOfficers {	
	color: black; 	
	font-weight: normal;
	font-family: arial;
	font-size: 14pt;
	padding: 2px;
}

h3 {color: black; 
	font-family: verdana,arial;
	margin: 0px; 
	padding: 0px;
}

.cal {
	height: 420;
	width: 420;
}

.calheader {
	background-color: gold;
}

.calMonth_text {	
	color: black; 	
	font-weight: bold;
	font-family: arial;
	font-size: 14pt;
}

.calheader_text {	
	color: black; 	
	font-weight: bold;
	font-family: arial;
	font-size: 9pt;
}

.event_header {	
	color: 5100FD; 	
	font-weight: bold;
	font-family: arial;
	font-size: 12pt;
	padding: 4px;
}
.event_edit_text {	
	color: blue; 	
	font-weight: bold;
	font-family: arial;
	font-size: 11pt;
	padding: 4px;
}

.news_date {	
	color: black; 	
	font-weight: bold;
	font-family: arial;
	font-size: 11pt;
	padding: 4px;
}

.news_text {	
	color: black; 	
	font-weight: normal;
	font-family: arial;
	font-size: 11pt;
	padding: 4px;
}

.event_text {	
	color: white; 	
	font-weight: bold;
	font-family: arial;
	font-size: 11pt;
	padding: 4px;
}
.event_location_text {	
	color: white; 	
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
	padding: 4px;
}

.event_note {	
	color: gold; 	
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	padding-left: 4px;
}
.event_count {	
	color: white; 	
	font-family: arial;
	font-size: 8pt;
}
.cell {
	height: 50;
	width: 50;
	color: gold;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border-right: solid 1px gold;	
	border-bottom: solid 1px gold;	
	padding-top: 4px;
	padding-left: 4px;
}	

.cell_today {
	height: 50;
	width: 50;
	background-color: gold;
	color: black;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border: solid 1px gold;
	padding-top: 4px;
	padding-left: 4px;
}	

.offMonthCell {
	color: black;
	font-family: arial;
	font-size: 9pt;
	border-right: solid 1px gold;	
	border-bottom: solid 1px gold;	
	padding-top: 4px;
	padding-left: 4px;

}

.footerText {
	color: gold;
	font-family: arial;
	font-size: 9pt;
}

