body {
	color: #000000;
  background-color: #e3e3e3;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:normal;
}

.maintable {
	background-color: #ffffff;
}

.subtitle {
	color: #ffffff;
	background-color: #59B232;
	font-size: 10pt;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.maintitle {
	color: #ffffff;
	background-color: #056689;
	font-size: 12pt;
	font-weight : bold;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}

.celllabel {
	color: #000000;
	background-color: #e3e3e3;
	font-size: 8pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellvalue {
	color: #056689;	
	background-color: #e3e3e3;
	font-size: 8pt;
	font-weight : bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
}

.cellalt {
	color: #000000;
	background-color: #e3e3e3;
	font-size: 8pt;
	font-weight : normal;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.detailsbg {
	background-color: #ffffff;
}

.link {
  color: #056689;
  text-decoration: underline;
}

a.link:hover {
  color: #59B232;
  text-decoration: underline;
}

.imagestrip {
	color: #000000;
	background-color: #e3e3e3;
}

.imagestrip a {
  text-decoration: none;
}

.navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navlink {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: inline;
	color: #056689;	
	font-size: 8pt;
	font-weight : bold;
}

.navlink a {
	color: #056689;	
	font-size: 8pt;
	font-weight : bold;
}

