body, table, tbody, td { 
	background-color: #000; 
	color: #eee; 
	font: 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0;
	padding: 0;
	}

span, div, li { 
	color: #eee; 
	font: 11px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0;
	padding: 0;
	}

.strongText { 
	font-weight: bold;
	}

.bigText { 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px;
	}

.biggerText {
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 0px;
	}

a, a:link, a:visited, a:active {
	color: #556f90;
	text-decoration: underline;
	}

a.white, a.white:link, a.white:visited, a.white:active {
	color: #556f90;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	}

a:hover, a.white:hover {
	text-decoration: none;
	}

tr.one, td.one {
	background-color: #000000
	}

tr.two, td.two {
	background-color: #222
	}

tr.three, td.three {
	background-color: #333
	}
	

input.dark, select.dark, textarea.dark {
	background-color: #6f091f;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 0px;
	}

#TourDates {
	 border-width:0px;
	 width:416px;
	 border-collapse:collapse;
	 }