body {
	background-color: #568ac5;
	background-image: url(../images/background_tile.jpg);
	background-position: top center;
	background-scroll: scroll;
	background-repeat: repeat-x;
	background: url(../images/background_tile.jpg) top center scroll repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif,arial,georgia,verdana;
	text-align: right;
	font-weight: none;
	color: #ffffff;
	font-size: 12px;
}
.event_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 10.5px;
	font-weight: 900;
	line-height: 16px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.title_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.subtitle_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.head_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 0px;
}
.content_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 12px;
	font-weight: 900;
	line-height: 16px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 0px;
}
.menu_text {
	font-family: sans-serif,arial,georgia,verdana;
	font-size: 11px;
	font-weight: 900;
	line-height: 12px;
	color: #ffff00;
	text-align: center;
	text-decoration: underline;
	padding: 13px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.menu_text:hover {
	text-decoration: none;
	cursor: pointer;
}
.event_date {
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
.mini_red {
	font-style: italic;
	font-weight: 900;
	color: #ff0000;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	background-color: #ffff00;
}
