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

<!--
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.menuLeft {
	background-image:url(../img/menuLeft.png);
	background-position:top right;
	background-repeat:no-repeat;
}
td.menu {
	background-image:url(../img/menuBg.png);
	background-repeat:repeat-x;
	padding-left:0px;
	text-align:left;
}
td.menuSearch {
	background-image:url(../img/searchBg.png);
	background-repeat:no-repeat;
	width:277px;
	text-align:right;
	vertical-align:top;
}
input.searchField {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	border:#E8E4D9 1px solid;
	height:14px;
	width:139px;
	padding-left:4px;
	padding-right:5px;
	color:#AA9F77;
	font-size:11px;
}
td.bannerLogo {
	background-image:url(../img/Vmark.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	width:auto;
	height:143px;
	text-align:left;
}
td.bannerLang {
	padding-left:10px;
	text-align:left;
	height:16px;
}
td.mainTop {
	background-image:url(../img/mainTop.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:41px;
	width:auto;
}
td.mainBox {
	background-image:url(../img/mainBg.png);
	background-repeat:repeat-y;
}
td.mainText {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	padding-left:30px;
	padding-right:20px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}
.mainHeadline {
	font-family:Arial, Helvetica, sans-serif;
	color:#C5BEA4;
	margin-bottom:8px;
	font-size:20px;
}
td.subHeadline {
	font-family:Arial, Helvetica, sans-serif;
	color:#C5BEA4;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:7px;
	text-align:left;
}
td.subHeadline a {
	font-family:Arial, Helvetica, sans-serif;
	color:#C5BEA4;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:7px;
	text-align:left;
	text-decoration:none;
}
table.subText {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	line-height:22px;
	width:100%;
	border:0;
	text-align:left;
}
td.subArrowDark a {
	height:18px;
	padding: 0px 5px 0px 15px;
	background-image:url(../img/arrowDark.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	text-align:left;
	width:100%;
}
td.subArrowDark a:hover {
	background-image:url(../img/arrowDark.jpg);
}
td.subArrowLight a {
	height:18px;
	padding: 0px 5px 0px 15px;
	background-image:url(../img/arrowLight.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-decoration:none;
	color:#666;
	text-align:left;
	width:100%;
}
td.subArrowLight a:hover {
	background-image:url(../img/arrowDark.jpg);
}
td.bottomBox {
	background-image:url(../img/mainBg.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E1DED0;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
}
td.bottom {
	background-image:url(../img/bottomBg.png);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E1DED0;
	height:50px;
}
input.smsField {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	border:#D6D1BC 1px solid;
	height:17px;
	width:140px;
	padding-left:4px;
	padding-right:5px;
	padding-top:2px;
	color:#AA9F77;
	font-size:12px;
	margin-left:9px;
}
-->