a:link {
  color: #5588cc;	
  text-decoration: none;
}

a:visited {
  color: #5588cc;	
  text-decoration: none;  
}

a:hover{
  color: #4477aa;	
  text-decoration: underline;  
}

p {
  font-size: 10pt;
  font-weight: normal;
  font-family: arial;
}

td {
  font-size: 10pt;
  font-weight: normal;
  font-family: arial;  
}

th {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  font-family: arial;  
  background-color: #069;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
  font-family: arial;  
}

.infoBox {
  _border: 1pt solid #609;
  background-color: #ffc;
  padding: 2px;
}
