body{
	background-image:url(images/background_bottom.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: bottom center;		
	margin:0;
	
	scrollbar-face-color: #D6D6D6;
	scrollbar-highlight-color:#f3f3f3;
	scrollbar-shadow-color: #f3f3f3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #6d8693;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color: #9BAAC1;
}
.latestTours
{
	//background-image:url(images/_tours.jpg);
	//background-attachment: fixed;
	//background-repeat: repeat;
	//background-position: bottom center;
	margin: 0;
}
.footerNote
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #C0C0C0;
}
.inputLabel
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.normalTextBox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.headerText
{
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #0099FF;
}
.errorText
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #FF4400;
}