/* Text Styles */
body { 
scrollbar-base-color: #edb5be; 
 
} 

a:hover {
	color:#d90e29; 
	text-decoration: none; 
}
.MainDiv{
	position:absolute; 
	left:50%; 
	top:50%; 
	margin-left:-400px; 
	margin-top:-200px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #d90e29;
	text-decoration: none;
}

.countryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.bodytextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 1px solid #666666;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
}

/* Tables */
.mainTableBorder {
	border: 1px solid #666666;
}.image {
	text-decoration: none;
	border: 1px solid #666666;
	cursor: pointer;
}
.body {
	background-image: url(../gfx/global_bg.jpg);
}
.contentBody {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #edb5be;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	s
}



/* Exclusive Page */
.exFormHeader {
	color: #d90e29;
	font-size: 13px;
	font-weight: normal;
}

input.exForm {
	width: 200px;
	height: 19px;
	border: 1px solid #d0b9cc;
	margin-bottom: 6px;
	font-size: 11px;
	color: #E00E28; 
}

select.exForm {
	width: 200px;
	height: 19px;
	border: 1px solid #d0b9cc;
	margin-bottom: 6px;
	font-size: 11px;
	color: #E00E28; 
}

table.exForm {
	color: #ffffff;
	font-size: 11px;
}

.exFormSubmit {
	width: 68px;
	height: 22px;
	border: 1px solid #dddddd;
	margin-left: 74px;
	color: #fff;
	background: #D90E29;
	border: 2px outset #d7b9c9
}

.exFormIntro {
	background-image: url(../gfx/exclusiveImage.jpg);
	width: 340px;
	height: 365px;
	position: absolute;
	top: -10px;
	left: 30px;
}

