TABLE {
	margin: 20px 0 0 0;
	padding: 0;
	border-collapse: collapse;
}

TD.tHead {
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	padding: 0 0 0 20px;
	height: 37px;
	background: url(images/events_head_back.gif) no-repeat top left;
	/*background: #D81F47;*/
}

TH {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0;
	background: #fff;
}
	
TD {
	vertical-align: top;
	font-size: 0.8em;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border-top: 1px solid #D81F47;
	border-bottom: 1px solid #D81F47;
}

TD.event_left {
	background: #E1506F url(images/events_back.jpg) no-repeat top left;
}

TD.event_right {
	background: #E1506F url(images/events_back.jpg) no-repeat top right;
}

div.rightcol TABLE A {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
}

div.rightcol {
	border-left:1px solid #D81F47;
}

div.content div.button {
	float: right;
	margin: 2em 0 0 0;
	font-size: 0.8em;
	color: #D81F47;
	font-weight: bold;
	text-transform: uppercase;
}

h1.smaller {
	font-size: 2em;
}	