body {
  scrollbar-face-color: #E5E5E5;
  scrollbar-highlight-color: #000000; 
  scrollbar-3dlight-color: #000000; 
  scrollbar-arrow-color: #666666; 
  scrollbar-track-color: #666666; 
  scrollbar-darkshadow-color: #000000;
  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  margin: 0;
}

table, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
}

a {
  color: #663333;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a.special {
  color: #AA5555;
  text-decoration: none;
}

.whiteCell {
  background-color: #FFFFFF;
}

.darkBrownCell {
  background-color: #766455;
}

.lightBrownCell {
  background-color: #F3F1E5;
}

.darkMaroonCell {
  background-color: #663333;
}

.lightMaroonCell {
  background-color: #947070;
}

.headerText {
  font-size: 10pt; 
  font-weight: bold;
  color: #FFFFFF;
}

.commentText {
  color: #D9D9D9;
}

.footerText { 
  font-size: 7pt;
}

.largeText {
  font-size: 15pt;
}

.spacer {
  padding: 5px;
}