body {
	background-color: #999999;
}

.mainTable {
	background-color: #000000;
}

.infoCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/infoBox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #999999;
	margin-top:35px;text-align:center;vertical-align:middle;
}

.infoTable {
	height: 143px;
	width: 126px;
}
.menuIndex{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.menuIndex:hover {
	color: #ffffff
}

.menuArtist{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}

.menuArtist:hover{
color: #ffffff
}

.redTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.skinnywhiteTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
}
.tinyGreyTxt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}

.tinyGreyTxt a:hover {
color: #ffffff
}
.artitsTitleTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62px;
	font-weight: normal;
	color: #999999;
}
.smallBlueTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

.checkOutBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.checkOutTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.floatLeft {
	float: left;
	width: 220px;
	margin: 10px 0;
}

.floatRight {
	float: right;
	text-align: left;
	width: 300px;
	margin: 10px 0;
}




