.evtMsg {
	/*width:500px;*/
	text-align:center;
}
.evtDate {
	font-size:16px;
	font-weight:bold;
}
.evtDesc {
	font-weight:normal;
	font-size:12px;
}
ul.event {
	width:400px;
}
li.event {
    font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	list-style:none;
}
.legend {
	width:350px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	border: solid 1px #000000;
}
.legend div {
	width:33%;
	float:left;
	text-align:center;
	padding-top:2px;
}
.legendTitle {
	font-weight:bold;
	font-size:16px;
	float:left;
}

.home {
	color:#006600;	
}
.away {
	color:#cb3503;
}
