@charset "utf-8";
.event_bar {
	background-image: url(../img/event_bar.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: 13px;
	color: #006699;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 25px;
}
.event_text {
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	padding-bottom: 20px;
}
.event_day {
	font-size: 12px;
	color: #666666;
}
.event_title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #000000;
}
.table_line_light {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.table_line_right {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	text-align: left;
}
.page_top {
	text-align: right;
	float: right;
	padding-right: 5px;
	padding-top: 10px;
	width: 580px;
	padding-bottom: 20px;
}

