body {
	margin: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #2d2d2d;
	font-size: 13px;
	background-color: #e9e9e9;
}

body a{
	text-decoration: none;
	color: #45b8d3;
}

body a:hover {
	color: #64c3d9;
	text-decoration: underline;
}

.flash_header {
	width: 100%;
	height: 247px;
	background-color: white;
}

.login {
	position: absolute;
	right: 10px;
	top: 0px;
	color: white;
	font-size: 11px;
}

.login input {
	height: 18px;
}

.login td {
	color: white;
	height: 18px;
}

.white_button {
	padding: 0px 5px 0px 5px;
	display: block;
	text-decoration: none;
	color: white;
}

.white_button:hover {
	background-color: white;
	cursor: pointer;
	text-decoration: none;
	color: #3FBEDA;
}

.mainwrap {
	width: 100%;
}

.body {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin: 10px 10px 10px 10px;
	background-image:url(../images/body_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 10px;
}

.body table {
	margin: 5px;
}

.body td {
	font-size: 13px;
}

.boxRight {
	border-left: 2px solid white;
	padding: 5px 5px 5px 55px;
	height: 420px;
	text-align: right;
}

.boxLeft {
	padding: 0px 15px 0px 0px;
}

.boxRight img {
	border: 2px solid white;
}

.flash_footer {
	width: 100%;
	height: 30px;
}

.footer_text {
	postition: relative;
	top: -100px;
}

h1 {
	color: #35b9d7;
	margin: 5px 0px 0px 0px;
	/*padding: 0px 0px 0px 30px;
	background: url(/images/medium_arrow.png) no-repeat;*/
	font-size: 24px;
}

h2 {
	color: #35b9d7;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	color: #35b9d7;
	font-size: 14px;
}

ul {
	list-style: url(/images/small_arrow.png) circle;
}

li {
	margin: 5px 0px 0px 0px;
}

.flags {
	position: absolute;
	right: 10px;
	top: 220px;
	width: 280px;
}

.flags img {
	margin: 0px 0px 0px 10px;
	float: left;
}

.spinthumbs {
	width: 100px;
}

.spinthumbs img {
	width: 100px;
	margin: 0px 0px 5px 5px;
}

.tourthumbs {
	width: 200px;
	text-align: center;
}

.tourthumbs th {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.tourthumbs img {
	height: 72px;
	margin: 0px 0px 5px 5px;
}

.vtSamplesHeader {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.photothumbs td {
	width: 200px;
	text-align: center;
}

.photothumbs img {
	width: 250px;
	margin: 0px 5px 10px 5px;
}

.fpthumbs td {
	width: 200px;
	text-align: center;
}

.fpthumbs img {
	margin: 0px 0px 10px 0px;
}

.iaccomGreen {
	color: #99cc00;
}

.iaccomGreen a {
	color: #99cc00;
}

.iaccomGreen a:hover {
	color: #aadd11;
}

.iaccomOrange {
	color: #ff9900;
}

.noAUnderline a:hover {
	text-decoration: none;
}

.countryname {
	color: white;
	text-align: center;
	font-size: 32px;
	position: absolute;
	right: 10px;
	top: 175px;
	width: 280px;
}

.logo {
	position: absolute;
	left: 15px;
	top: 0px;
}

.greenA a {
	color: #99cc00;
}

.greenA a:hover {
	color: #aadd11;
}

.yellowA a {
	color: #ffda77;
	background-color: #009fc3;
	padding: 2px;
}

.yellowA a:hover {
	color: #ffeb88;
	background-color: #11afd4;
	text-decoration: none;
}

.bigA a{
	font-size: 14px;
}