@charset "utf-8";
#body_events {
	font:12px arial;
	color:#585858;
	line-height:1.6em;
	padding:0 10px;
}
#body_events .banner {

}
#body_events h2{
	font-size: 18px;
	letter-spacing: .5em;
}
#body_events h2 .orange{
	color:#d57400;
	font-size: 18px;
	letter-spacing: .5em;
	}
#body_events h2 .brown{
	color:#927c66;
	font-size: 18px;
	letter-spacing: .5em;
	}	
#body_events .center{
	text-align: center;}
#body_events a:link, #body_events a:visited {
	COLOR: #585858;
	TEXT-DECORATION: underline;
}
#body_events a:hover {
	COLOR: #BE4600;
	TEXT-DECORATION: none;
}
#body_events table {
	margin-top:10px;
	margin-bottom:10px;
}
#body_events table tr td, #body_events table tr th {
	text-align: left;
}

#body_events table tr td.center, #body_events table tr th.center{
	text-align: center;
}
#body_events table p{ margin-top:0px; margin-bottom:0px;}
#body_events ul{margin-left:15px;}
#body_events ul li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
	line-height: 1.5em;
	margin-top: 5px;
}
#body_events .letter{
	padding: 20px;
	margin-bottom: 20px;
	background-color: #efefef;
	}

.event_title {
	font:18px arial;
	color:#BE4600;
	margin-bottom:25px;
}
.event_subtitle {
	font:13px arial;
	color:#585858;
	font-weight:bold;
	border-left:7px solid #BE4600;
	padding-left:6px;
}
.event_time {
	margin:0 35px;
	padding:8px;
	border:1px solid #DADADA;
	background:#F1F1F1;
}
.note {
	background-color:#f1f1f1;
	color:#BE4600;
}
.note2 {
	color:#BE4600;
}

