.leftSection {
	margin-left:30px;
	margin-top:30px;
	width:334px;
	float:left;
}
.rightSection {
	margin-right:30px;
	margin-top:30px;
	width:334px;
	float:right;
}
.leftColumn {
	float:left;
	width:511px;
	margin-top:10px;
}
.rightColumn {
	float:right;
	width:220px;
	margin-top:10px;
}
.accommodationTable {
	line-height:110%;
	color:#333;
	font-size:70%;
	margin-top:10px;
}
.accommodationTable tr{
	height:20px;
}
.accommodationTable td{
	padding:5px 10px 5px 10px;
}
.headerRow {
	height:40px !important;
	background-color:#ee2125;
	color:#FFFFFF;
	font-size:110%!important;
	font-weight:bold;
}
.tableTopLeftCorner {
	background: #ee2125 url(../images/table_top_left_corner.gif) top left no-repeat;
}
.tableTopRightCorner {
	background:#ee2125 url(../images/table_top_right_corner.gif) top right no-repeat;
}
.evenLine {
	background-color:#ebebeb;
}