body {
	color: #000000;
  background-color: #e3e3e3;
}

.maintable {
	background-color: #ffffff;
}

.subtitle {
	color: #000000;
	background-color: #dddddd;
}

.maintitle {
	color: #ffffff;
	background-color: #567899;
}

.celllabel {
	color: #000000;
	background-color: #ffffff;
}

.cellvalue {
	color: #567899;	
	background-color: #ffffff;
}

.cellalt {
	color: #000000;
	background-color: #ffffff;
}

.detailsbg {
	background-color: #ffffff;
}


A { text-decoration: none }
A:link { color:#ff8080; text-decoration:underline; font-weight:bold }
A:visited { color:#567899; text-decoration:underline; font-weight:bold }
A:active { color:#aa8899; text-decoration:underline; font-weight:bold }
A:hover { color:#333366; text-decoration:underline }



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;
}


