a:link { background-color: inherit; color: #1E4DA5; text-decoration: underline; }
a:visited { background-color: inherit; color: #C98C14; text-decoration: underline; }
a:hover, a:active { background-color: inherit; color: #88c; text-decoration: underline; }

body {
  background-color: #fff;
  color: #000;
  font-family: 'Segoe UI', Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 9pt;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

img { border: none; }

.fontBold { font-weight: bold; }

.alignLeft { text-align: left; }
.alignCentre { text-align: center; }
.alignRight { text-align: right; }

.valignTop { vertical-align: top; }
.valignMiddle { vertical-align: center; }
.valignBottom { vertical-align: bottom; }

ul { list-style-image: url(/Graphics/Bullet.gif); }
hr { background-color: #fc9; color: #fc9; height: 1px; }

.Footer {
  font-size: 8pt;
  text-align: center;
}

.TextBox {
  border: solid 1px #ccc;
  font-size: 9pt;
  padding: 2px 5px 2px 5px;
}

.Button {
  font-size: 9pt;
  padding: 2px 7px 2px 7px;
}

.colourRed { background-color: transparent; color: #c00; }
.colourGreen { background-color: transparent; color: #282; }
.colourBlue { background-color: transparent; color: #44c; }
