@charset "UTF-8";
/* CSS Document */

.eventclass{
	width: 320px;
	height:170px;
	background-color: #FFFFFF;
	border: 0px solid #603913;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	margin-top: -5px;
	margin-left: 5px;
}

.announceclass{
	width: 315px;
	background-color: #FFFFFF;
	border: 0px solid #603913;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	margin-top: -5px;
	margin-left: 5px;
}

/*.announceclass a{
text-decoration: none;
}*/

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;

}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 9pt;
	font-weight: normal;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-size: 9pt;
	font-weight: normal;
}
