div.events {
	margin-left: 5px;
}
ul.events {
	margin-left: 20px;
	list-style-type: square;
}
li.events {
	border-bottom: 1px solid #8C8CAD;
	padding-top: 10px;
	padding-bottom: 10px;
}
b.events {
	font-size: 12pt;
}
p.events {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px outset #8C8CAD;
	font-family:arial, helvetica, sans-serif; 
	font-size:10pt;
	text-align: left;
}
a.events { font-weight: bold; }
a.events:link { color: #CC0000; text-decoration: none; }
a.events:visited { color: #CC0000; text-decoration: none; }
a.events:hover { color: #01358B; text-decoration: underline; }
a.events:active { color: #01358B; text-decoration: underline; }
