/* Start of CMSMS style sheet 'Tag: Meeting Date Box' */
/* News Styles */

div#newsbox, div#meeting {
	margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
	border: 1px solid #000; 
	background-color: #eee; 
	background-image: none;
	font-family: georgia, times, serif;
	font-size: .9em;
}

#newsbox h2, #meeting h2 {
	line-height: 2em;
	background-color: #eee; 
	font-size: 1em;
	color: #000; 
}

#meeting p, #newsbox p {
	background-color: transparent; 
	font-size: .95em;
	color: #000; 
	padding: 5px; 
}


/* End of 'Tag: Meeting Date Box' */

