div.stats TABLE {
  padding: 5px;
  border: 2px groove;
  font-size: 8pt;  
}

tr.firstRow {
  background-color: #BEF1FC;
  font-weight: bold;
}

tr.evenRow {
  background-color: #eeeeee;
  text-align: right; 
}

tr.oddRow {
  background-color: #fff;
  text-align: right; 
}

td.minorMark {
  background-color: #eeeeee;
}

td.minorMarkH {
  background-color: #eeeeee;
  font-weight: bold;
  color: #008000
}

td.minorMarkL {
  background-color: #eeeeee;
  font-weight: bold;
  color: #f00
}

div.summary TABLE {
  padding: 5px;
  border: 2px groove;
  font-size: 8pt;  
  background-color: #EEE;
}

div.summary TR {
  background-color: #FFF;
}

td.firstCell {
  background-color: #638EC8;
  font-weight: bold;
  color: #FFF;
  BORDER: #000 1px solid;
} 

H2.tgp {
  font-family: "MS Trebuchet" , "MS Arial", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 1px;
  color: #000;
  padding: 5px;
  font-size: 120%;
  background-color: #eee;
  BORDER: #000 1px solid;
}
	
H2.tgp2 {
  font-family: "MS Trebuchet" , "MS Arial", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 1px;
  color: #fff;
  padding: 5px;
  font-size: 120%;
  background-color: #003194;
  BORDER-RIGHT: #638EC8 2px solid;
  BORDER-BOTTOM: #638EC8 2px solid;
}

H1.tgp2 {
  font-family: "MS Trebuchet" , "MS Arial", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 1px;
  color: #fff;
  padding: 5px;
  font-size: 130%;
  background-color: #003194;
  BORDER-RIGHT: #638EC8 2px solid;
  BORDER-BOTTOM: #638EC8 2px solid;
}
		
div.tgpcont {
  background-color: #F7F7F7; 
  BORDER-BOTTOM: #999 1px solid;
  BORDER-RIGHT: #999 1px solid;
}


span.field {
  font-weight: bold;
}

span.rating {
  font-weight: bold;
  font-size: 110%;
}

span.ratingHigh {
  font-weight: bold;
  font-size: 150%;
  color: #008000
}

span.ratingLow {
  font-weight: bold;
  font-size: 150%;
  color: #f00
}

span.ratingHighS {
  font-weight: bold;
  color: #008000
}

span.ratingLowS {
  font-weight: bold;
  color: #f00
}

IMG.tgpthumb {
	margin-right: 20px;

}

td.firstCell A:link {
	COLOR: #fff;
	TEXT-DECORATION: underline;
}
td.firstCell A:visited {
	COLOR: #fff;
	 TEXT-DECORATION: underline;
}
td.firstCell A:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: underline;
}

span.warning {
	color: #F00;
}