/* CSS Document */

body {
	background-color: #FF8EC4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a:link, 
a:visited, 
a:active {
	color: #0066FF;
	}

a:hover {
	color: #00CCFF;
	}

.tour_tbl {
	margin-top: 40px;
	margin-bottom: 40px;
	}

.tour_tbl .pad_left {
	padding-left: 4px;
	}

.tour_tbl .pad_left_bottom {
	padding-left: 4px;
	padding-bottom: 4px;
	}

.tour_tbl_menu {
	font-size: 22px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.tour_tbl_menu .menu_left {
	text-align: left;
	}

.tour_tbl_menu .menu_mid {
	text-align: center;
	}

.tour_tbl_menu .menu_right {
	text-align: right;
	}

#footer {
	text-align: center;
	font-size: 11px;
	margin: 100px 0 30px 0;
	}

.flash_preview {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	}

.tour_text {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px dashed #ef1260;
	padding: 15px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	}

.tour_text .highlight {
	color: #ef1260;
	font-size: 18px;
	font-weight: bold;
	}