body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222;
	font-family: tahoma;
	color: #111;
	font-size: 12px;
}

#main_table {
	margin-top: 20px;
}

a {
	color: #fcfd75;
	text-decoration: underline;
	}

a:hover {
	color: #3efdff;
	text-decoration: none;
	}
#header_menu_bar {
	margin: 0 auto;
	color:#222;
	height: 24px;
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align: center;
	font-size: 12px;
}
	
#header_menu_bar ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}

#header_menu_bar ul li a {
	color: #eee;
	text-decoration: none;
	padding: 6px 14px 40px;
}

#header_menu_bar ul li a:hover {
	background-color: #000;
	color: #fcfd00;
	text-decoration:underline;
}

#header_menu_bar_alt {
	margin: 0 auto;
	color:#222;
	height: 24px;
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align: center;
	}
	
#header_menu_bar_alt ul li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	list-style: none;
}

#header_menu_bar_alt ul li a {
	color: #3193ff;
	text-decoration: none;
	padding: 6px 14px 12px;
	font-weight: bold;
}

#header_menu_bar_alt ul li a:hover {
	background-color: #000;
	color: #fcfd00;
	text-decoration:underline;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3efdff;
	font-size: 22px;
	margin: 30px 0 8px 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82d5ff;
	font-size: 18px;
	margin: 30px 0 8px 0;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fa7d79;
	font-size: 12px;
	margin: 30px 0 8px 0;
	}


p {
	font-size: 12px;
	line-height: 16px;
	margin: 6px 6px 20px 0;
	color: #fffeff;
}

.rc_news {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 30px 30px 0;
	color: #222;
	}

.rc_news strong {
	color: #5c9d6d;
	}

.rc_green {
	color: #5c9d6d;
	}

#footer {
	color: #666;
	text-align: center;
	font-size: 11px;
}

#footer_menu {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #3193ff;
	}

.tour_text {
	margin-left: 15px;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #222;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	height: 560px;
	}

.tour_text .highlight {
	color: #ef1260;
	font-size: 18px;
	font-weight: bold;
	}

.tour_text .tour_text_tease {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	}

.tour_text .tour_text_tease .smaller {
	font-size: 16px;
	}

.tour_set_name {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}



.red {
	color: #f92300;
}