body {
	color: #000000;
  background-color: #e3e3e3;
}

.maintable {
	background-color: #ffffff;
}

.subtitle {
	color: #ffffff;
	background-color: #FF7B00;
}

.maintitle {
	color: #ffffff;
	background-color: #056689;
}

.celllabel {
	color: #000000;
	background-color: #e3e3e3;
}

.cellvalue {
	color: #056689;	
	background-color: #e3e3e3;
}

.cellalt {
	color: #000000;
	background-color: #e3e3e3;
}

.detailsbg {
	background-color: #ffffff;
}

.link {

color: #056689;
}

a.link:hover {

color: #FF7B00;
}

.cellnotes {
	color: #000000;
	background-color: #e3e3e3;
}

.disc {
  color: #000000;
  background-color: #FFC693;
}

.disclength {
  color: #000000;
  background-color: #FFC693;
}

.header {
  background-color: #FFDEBF;
}

.track {
  background-color: #e3e3e3;
}

.subtrack {
  background-color: #303030;
}

.length {
  background-color: #e3e3e3;
}

.extra {
  background-color: #e3e3e3;
}

.position {
  background-color: #e3e3e3;
}


body {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:normal;
}

.subtitle {
	font-size: 10pt;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.maintitle {
	font-size: 12pt;
	font-weight : bold;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}

.celllabel {
	font-size: 8pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellvalue {
	font-size: 8pt;
	font-weight : bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellalt {
	font-size: 8pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.link {

text-decoration: underline;
}

a.link:hover {

text-decoration: underline;
}

.cellnotes {
	font-size: 8pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.year {
	font-size: 14px;
}

.disc {
  font-size: 8pt;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.disclength {
  font-size: 8pt;
  font-weight: bold;
  text-align: right;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.header {
  font-size: 8pt;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.track {
  font-size: 8pt;
  font-weight: normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.subtrack {
  font-size: 8pt;
  font-weight: normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.length {
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.extra {
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
}

.position {
  font-size: 8pt;
  font-weight: normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}


