body {
  background-color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;  
}

td {
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;  
}

a:link, a:visited {
  text-decoration: none;  
  font-family: Tahoma;
  font-size: 11px;
  color: #095AA6;
  font-weight: bold;
}

a:active, a:hover {
  text-decoration: underline;  
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

.blueborder {
  border: solid 1px #99CCFF;
}

.dottedbottom {
  border-bottom: 1px dotted #99CCFF;
}

.bluebottom {
  border-bottom: 1px solid #99CCFF;
}

.bluebackground {
  color: black;
  background-color: #99CCFF;
  font-weight: bold;
}

.darkbluebackground {
  color: white;
  background-color: #095AA6;
  font-weight: bold;
}

.darkblueborder {
  border: solid 1px #095AA6;
}

.greyborder {
 border: solid 1px #aaaaaa;
}

.currentpage {
  color: #99CCFF;
  font-weight: bold;
}

.alt {
  background-color: #F3FFF6;
}

.product {
  border: solid 1px #dddddd;
}

.title {
  font-size: 10pt;
  font-weight: bold;
  color: navy;
}