body {
	color: #000000;
  background-color: #e3e3e3;
}

.maintable {
	background-color: #ffffff;
}

.subtitle {
	color: #000000;
  background-color: #F3CF01;
}

.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: #8C3984;
}


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;
}

.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;
}

