body {
	color: #e3f2ff;
  background-color: #002544;
}

.maintable {
	background-color: #00569e;
}


.subtitle {
	color: #1d97ff;
        background-image : url(bluetile.gif);
}

.maintitle {
	color: #ffc600;
	background-color: #000000;
}

.celllabel {
	color: #99d0ff;
	background-color: #002f56;
}

.cellvalue {
	color: #e3f2ff;
	background-color: #002544;
}

.cellalt {
	color: #e3f2ff;
	background-color: #002544;
}

.detailsbg {
	background-color: #002544;
}

.link {

color: #ffc600;
text-decoration: none;
}

a.link:hover {

color: #ffffff;
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: 16pt;
	font-weight : normal;
  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 : normal;
  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: none;
}

a.link:hover {

text-decoration: underline;
}

