// Big Frank Records Stylesheet
body {
  background-image : url(images/bfr_background.gif);
	background-repeat : repeat-x;
	background-color : #000000;
}

p, td {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

a {
  color : #660000;
}

.primaryNav {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #E4D0CE;
	text-decoration: none;
}
a:hover.primaryNav  {
 color : #FFFFFF;
}

.primaryHeader {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration: none;
}

.secondaryHeader {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #A43C30;
	text-decoration: none;
}

.footerTxt {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #CCCCCC;
}

.artist {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #660000;
}

.title {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #FFFFFF;
}

.clmnHeadings {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #660000;
}

.trackInfo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
}

.preview, .order {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
	color : #660000;
}

a:hover.preview {
	color : #000000;
}

.download {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
	color : #000000;
}

a:hover.download {
 	text-decoration: underline;
}

.em { 
	font-size : 11px;
	font-style: italic;
	color : #A43C30;
}

.highlightTitle {
	font-weight: bold;
	color : #A43C30;
}

.highlightTxt {
	color : #333333;
}

a:hover.highlightTxt {
	color : #660000;
}

.footnote {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #660000;
}

.subTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #660000;
}

.submit, a.submit {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
	color : #660000;
}

.hr3 {
	background-image : url(images/bfr_hr3.gif);
	background-repeat : repeat-x;
}
