html, body {
	margin: 0;
	padding: 0;
	border: 0;
	top: 0;
	left: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #70757d;
}

#top_title {
	color: #431857;
	background-color: #f5ceae;
}

h1.top_title {
	margin: 8px 0px 5px 5px;
	font-size: 19px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

h1.top_title2 {
	margin: 8px 0px 0px 5px;
	font: 12px bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 15px;
}

a.top_title2 {
	color: #531e80;
	font-weight: bold;
}

a.top_title3 {
	color: #000000;
	font-weight: bold;
}

#travel_agency {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:hover, a:active, a:visited {
	color: #15172f;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	color: #15172f;
}

.menu_links {
	color: #15172f;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.menu_item {
	padding: 5px 0px;
}

.menu_item_active {
	background: url('img/menu_active.gif') repeat-x;
	padding: 5px 0px;
}

.menu_item_selected {
	background: url('img/menu_selected.gif') repeat-x;
	padding: 5px 0px;

}

a.menu_links {
	font-weight: bold;
	text-decoration: none;
}

a.bottom_menu:hover {
	text-decoration: underline;
}

a.bottom_menu2:hover {
	text-decoration: underline;
	color: #ffffff;
}

a.bottom_menu2 {
	color: #ffffff;
}

.bottom_menu_active, .bottom_menu2_active {
	color: #dd9769;
}

.flag_item {
	color: #fff;
	margin: -14px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.flag_item2 {
	color: #fff;
	margin: -16px 0px 3px 3px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.flag_item_active {
	color: #15172f;
}

/* Main content block */
.content {
	padding: 25px 10px 10px;
	font-size: 12px;
	border: 0px solid black;
}

.content a {
	color: #67a9e3;
}

.content a:hover {
	color: #67a9e3;
	text-decoration: underline;
}

a.submenu_link {
	color: #15172f;
	font-weight: bold;
}

a.submenu_link:hover {
	color: #67a9e3;
	text-decoration: none;
}

.submenu_active {
	color: #dd9769;
}

/* Right content block */
.right_content {
	margin: 65px 10px 10px;
	font-size: 12px;
}