.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffe4bc;
}


a:link {
  color: #e0c143;
  text-decoration: none;
}

a:hover{
  color: #99cc00;
  text-decoration: none;
}


a.mainText {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #e0c143;
	text-align:justify;
}

a.mainText:hover {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #99cc00;
}
.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
a.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cc3366;
}
a.headline:hover {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff5608;
}
.goldHeadline {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99cc00;
}

.gold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b3a084;
}


.brownHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D08B03;
}

a.brownHeadline {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D08B03;
}

a.brownHeadline:hover {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99cc00;
}


	

.tourTopBG {
	display: block;
	background-repeat: no-repeat;
	background-image:url(g/tourTopBG.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	background-position:center;
	background-position:top;
	
}


.tourMidBG {
	background-image:url(g/tourMidBG.png);
	background-repeat: repeat;
}
.tourBottomBG {
	background-image:url(g/tourBottomBG.png);
	background-repeat: no-repeat;
}

.tourHeadline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left: 0px;
	border: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFE4BC;
}


.tourDate{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left: 0px;
	border: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFE4BC;
}

.tourLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99ff33;
}

a.tourLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99ff33;/*green*/
}
a.tourLink:hover {
	text-align:center;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffff00;/*yellow*/
}

.black { 
	background-color: #000000;
}

.darkGrey {
	background-color:#221e1f;
}

.white {	
	background-color: #FFFFFF;
}

.rider {

	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	
}

.pageBg {
	background-color:#000;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
}

.htmlBG {
	background-color:#c7a226;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
}


.splash {
	background-image:url(g/splash09.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 900px;
	
}

#logo {
  display: block; /* Or float left, whichever is necessary... */
  background-repeat: no-repeat;
  background-position:left; 
  width: 330px;
  height: 70px; 
  background-image:url(g/blackJackLogo.png);
     
}

#logo span {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0; 
}


#logo img{
  border: 0;
}



.footer {
	background-image:url(g/footer.png);
	background-repeat:no-repeat;
	background-position:center;		
	height:79px;
}

.splashFooter {
	/*
	background-image:url(g/splashFooter2.png);
	*/
	display: block;
	margin: 0 auto;   /* align for good browsers */
	/*text-align: left;  counter the body center */
	background-repeat:no-repeat;
	background-position:center;		
	height:100px;
}


