#event{
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#event a.link{
	color: blue;
	font-size: 12px;
	text-decoration: none;
}
#event a.link:hover{
	text-decoration: underline;
}
#event .title{
	color: white;
	background-color : #5A8EA3;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
#event .text{
	color: black;
	font-size: 12px;
	text-indent: 20px;
}
#event .info{
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}
#event .infodetail{
	color: black;
	font-size: 12px;
	font-weight: bold;	
}
#event .textdetail{
	color: black;
	font-size: 12px;
}
