body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #A5AD9C;

}
		
.heading {
	color: #FF1300;
	text-transform: uppercase;
}
a:link {
	text-decoration: underline;
	color: #A5AD9C;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #494D45;
}
/* navigation */
.mainNav a
		{
	width: 130px;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	color: #A5AD9C;
		}
.mainNav a:hover
		{
	cursor: hand;
	color: #FF1300;
	text-decoration: none;
		}
.mainNav a.active
		{
	color: #FF1300;
	text-decoration: none;
		}
/* navigation */
.mainNav_rev a
		{
	width: 130px;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	color: #FFFFFF;
		}
.mainNav_rev a:hover
		{
	cursor: hand;
	color: #FF1300;
	text-decoration: none;
		}
.mainNav_rev a.active
		{
	color: #FF1300;
	text-decoration: none;
		}
		

/* navigation */
.subNav a
		{
	width: 150px;
	text-decoration: none;
	color: #A5AD9C;
		}
.subNav a:hover
		{
	cursor: hand;
	color: #FF1300;
	text-decoration: none;
		}
.subNav a.active
		{
	color: #FF1300;
	text-decoration: none;
		}
		
.headingText {
	color: #494D45;
	text-transform: uppercase;
}
.headingSub {
	color: #494D45;
}
.headingText_artists {
	color: #FFFFFF;
	text-transform: uppercase;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #FF1300;
}
.headingHomeLink a {
	color: #494D45;
	text-transform: uppercase;
	text-decoration: none;
}
.headingHomeLink a:hover {
	cursor: hand;
	color: #FF1300;
	text-decoration: none;
}
.headingPageTitle {
	color: #FF1300;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
}
.white {
	color: #FFFFFF;
}
.white a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.white a:visited {
	color: #FFFFFF;
}
.white a:hover {
	text-decoration: none;
}
.black {
	color: #000000;
}
