/* events */

.events {
	width: 878px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
/*	background-image: url(../../IMAGES/HOME/bg_home_events.png);
	background-repeat: no-repeat;
	background-position: left top;
*/}
.events h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.events h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
	line-height: 180%;
	text-decoration: none;
}
.events h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #860040;
}


.events p {
	line-height: 180%;
}
.events a, .events a:visited {
	font-weight: 700;
	color: #860040;
	text-decoration: none !important;
}
.events a:hover, .events a:visited:hover {
	font-weight: 700;
	color: #353535;
	text-decoration: none;
}

