body {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

th {
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #FF7B00;
	text-align: left;
	padding: 1 2 1 2;
}

td {
	font-size: 8pt;
}

.value {
	background-color: #E3E3E3;
	padding-left: 3;
	font-size: 8pt;
}

.label {
	font-weight: bold;
	font-size: 8pt;
	color: #056689;	
	background-color: #E3E3E3;
	padding-left: 3;
}

.title {
	font-size: 16px;
	font-weight : bold;
	color: White;
	background-color: #056689;
	padding: 2 3 2 3;
}

.year {
	font-size: 14px;
}

.disc {
  font-size: 13px;
  font-weight: bold;
  padding-left: 3;
  background-color: #FFC693;
}

.header {
  font-size: 12px;
  font-weight: bold;
  padding-left: 3;
}

.track {
  font-size: 11px;
  font-weight: normal;
  padding-left: 3;
  background-color: #ECECEC;
}

.subtrack {
  font-size: 10px;
  font-weight: normal;
  padding-left: 3;
  background-color: #ECECEC;
}

.length {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  background-color: #E3E3E3;
}

.disclength {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  background-color: #FFC693;
}

.position {
  font-size: 8pt;
  font-weight: normal;
  background-color: #E3E3E3;
}


