

/* * * * * * * * * * CLASSES * * * * * * * * * */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-color: #9D0007;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed; }

p { font-size: 12px; }
	
table { font-size: 12px; }
	
ol { font-size: 12px; }

li { margin-left:-5px; }

blockquote {
	margin-left: 20px;
	font-style: italic;
	color: #CCCC99; }

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; }

a:link, a:visited, a:active, a:hover {
	color: #CC0000;
	text-decoration: none; }

div.scroll {
	height: 600px;
	width: 590px;
	overflow: scroll; }


/* * * * * * * * * * STYLES * * * * * * * * * */


.siteTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/headerlogo.png);
	background-repeat: no-repeat;
	margin-top: -10px; }

.relHeader {
	font-size: 18px;
	font-weight: bold; }
	
.relText {
	text-indent: 20px;
	text-align: justify; }

.relTextNine { font-size: 9px; }	
.relTextTen { font-size: 10px; }
.relTextHuge { font-size: 20px; }
.relTextDigital { /* text-align: justify; */ }

/* .relArtist { color: #009900; } */
.relAlbum { color: #009900; } /* #CC6600 */
.relAlbumDigital { color: #009900; }
.relSong {
	color: #009900;
	font-style:italic; }

.relSeries {				/* any series or anniversary	*/
	font-weight: bold;
	font-style: italic; }
.relPrice {					/* big red price */
	font-size: 18px;
	color: #CC0000;
	font-weight: bold; }
.relWarning {				/* warning! */
	color: #CC0000;
	font-weight: bold; }

.relTracklistBox {			/* tracklist DIV box */
	height: 225px;
	overflow: auto; }
.relTracklist { color: #FFFFFF; }
.relTracklistSub {			/* track subtitle or artist */
	font-size: 10px;
	margin-left: 20px; }
.relBonus {
	color: #009900;
	font-size: 10px;
	font-style: italic;
	margin-left: 20px; }

.relCoverSpacer {			/* for album covers with shadows */
	margin-bottom: -30px;
	margin-left: 15px; }
.relCoverNoShadow {			/* for albums with no shadows */
	margin-bottom: 15px;
	margin-left: 15px; }
.relMoveUp {				/* move text up 20px into reflection */
	margin-top: -20px;
	padding-top: -20px; }	

.relEndNotes {
	font-size: 11px;
	color: #999999;
	font-style: italic; }

.relRelated { font-size: 11px; }
