@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(images/vt-backing.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CCCCCC;
}
a:hover {
color: #FFFFFF;
}
.tourHeader {
	height: 30px;
	width: 100%;
	padding-top: 3px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
