@charset "utf-8";
/* CSS Document */

body {
	background-color: #f6f6f6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a:link {
	color: #4e91dd;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	color: #4e91dd;
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #999;
	text-align:center;
}
.maintitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #999;
	line-height: 30px;
	}
.maintitle-blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #555555;
}
.headertitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #333;
}
.maintitle1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 24px;
	color: #333;
}

.subtitle1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 26px;
	line-height:30px;
	color: #3e5e74;
}

.maintitle2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 24px;
	color: #fff;
}
.maintitle3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffff;
}
.texttitle {
	font-size: 14px;
	color: #b11919;
	font-weight:bold;
}
.text {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
.textwhite {
	font-size: 13px;
	color: #fff;
	line-height: 17px;
}
.text2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight:bold;
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-size: 28px;
	font-weight:bold;
	color: #000;
}
.caption {
	font-size: 11px;
	color: #666;
	text-align:center;
	line-height: 16px;
}
.country {
	font-size: 11px;
	color: #666;
}
.subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #000;
}
.travellog { font-size: 19px; font-weight:bold; color: #477d12;}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #999999;
	-webkit-box-shadow:inset 0px 1px 0px 0px #999999;
	box-shadow:inset 0px 1px 0px 0px #999999;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3991d4), color-stop(1, #083d6b) );
	background:-moz-linear-gradient( center top, #3991d4 5%, #083d6b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3991d4', endColorstr='#083d6b');
	background-color:#3991d4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #083d6b), color-stop(1, #3991d4) );
	background:-moz-linear-gradient( center top, #083d6b 5%, #3991d4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#083d6b', endColorstr='#3991d4');
	background-color:#083d6b;
	
}.btn:active {
	position:relative;
	top:1px;


}
	.Outline {
	
	/* Rounded corners */
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d7d8;
	border-right-color: #d5d7d8;
	border-bottom-color: #d5d7d8;
	border-left-color: #d5d7d8;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}