/* This section is for the certain hyperlink texts and controls their appearance */
a.footerlinks {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
}
a.footerlinks:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
a.contentlinks {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 13px;
	font-weight: bold;
}
a.contentlinks:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}
a.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
a.big:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
/* End link appearance controls */

/* This section is for text classes for headers, sub-headers and such */
.tiny {
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.small {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.medium {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
.large {
	font-size: 20px;
	font-weight: bold;
	color: #993300;
}
.reallybig {
	font-size: 28px;
	font-weight: bold;
	color: #993300;
}
.redsmall {
	font-size: 12px;
	font-weight: bold;
		color: #CC0000;
}
.redmedium {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.redlarge {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.redreallybig {
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}
.orgsmall {
	font-size: 12px;
	font-weight: bold;
		color: #FF6600;
}
.orgmedium {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.orglarge {
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
.orgreallybig {
	font-size: 28px;
	font-weight: bold;
	color: #FF6600;
}
/* End main content classes */

/*These are the format controls for content which originated from the artist pop-up windows of old site*/

.popsmall {
	font-size: 12px;
	font-weight: bold;
	color: #990000
}
.popmedium {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.poplarge {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.popreallybig {
	font-size: 28px;
	font-weight: bold;
	color: #990000;
}
/* End pop-up controls */
