/* CSS Document */
/* Header and Content */
.footer {
  font-family: Arial;
  font-size: 9pt;
  color: #FFFFFF
}

/* Links */
a {
  text-decoration: none;
  font-size: 12pt;
  color: #336699
}
a:link {
  text-decoration: none
}
a:visited {
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
a:active {

}
