body {
	background-image: url(bg.gif);
	background-attachment: fixed;
	background-color:#BAF702;
}

body, td {
	color: #000;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	line-height: 13px;
}

td.main {
	color: #FFF;
	text-align: justify;
}

td.sponsors {
	color: magenta;
	font-weight: bold;
}

#nav {
	position: absolute;
	margin-left: 89px;
	margin-top: 545px;
}

#upcoming {
	position: absolute;
	margin-left: 89px;
	margin-top: 675px;
}

div.tourdates {
	height: 300px;
	width: 154px;
	background-color: #000;
	color: #FFF;
	text-align:justify;
	border-width:0;
	border-style:solid;
	border-color:000000;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-face-color:333333; 
	scrollbar-arrow-color:ffffff; 
	scrollbar-highlight-color:000000; 
	scrollbar-darkshadow-color:000000;
	scrollbar-3dlight-color:000000; 
	scrollbar-shadow-color:000000; 
	scrollbar-track-color:000000;
}

.date {
	background-color: #333;
	color:deeppink;
	width: 100%;
	display: block;
	padding-left: 10px;
}

a:link {text-decoration:none; color:#FFC726; font-family:tahoma, arial; font-size:8pt;}
a:hover {color:deeppink;font-family:tahoma, arial, font-size:9pt;}
a:visited {text-decoration:none; color:#FFC726; font-family:tahoma, arial; font-size:8pt;}

b {color:#BAF702;}

.pagetitle {
	color:#77E3E5;
	font-weight: bold;
	font-size:14pt;
}

.pink {
	color: deeppink;
}

