BODY {
  font-family: Arial;
  font-size: 15px;
  font-style:  normal;
  font-weight: normal;
  color: #000000;

  background-color: #FFFFFF;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

A:link {
  font-size: 12px;
  color: #095CA6;
  text-decoration: none;
}

A:visited {
  font-size: 12px;
  color: #095CA6;
  text-decoration: none;
}

A:hover {
  color: #095CA6;
  text-decoration: underline;
}

P {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

H1 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
}

H2 {
  font-family: Arial;
  font-size: 15px;
  color: #000000;
}

H3 {
  font-family: Arial;
  font-size: 14px;
  color: #000000;
}

UL {
  font-family: Arial;
  font-size: 15px;
  color: #000000;
}

OL {
  font-family: Arial;
  font-size: 15px;
  color: #000000;
}

BLOCKQUOTE {
  font-family: Arial;
  font-size: 15px;
  color: #000000;
}

TD.BlueCell {
  background-color: #095CA6;
}

TD.WhiteCell {
  background-color: #FFFFFF;
}

SPAN.DivisionHeader {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.Header {
  background: #FFFFFF;
  border-bottom: 2px solid #095CA6;
  font-family: Arial;
  font-size: 22px;
  color: #095CA6;
}

.PageHeader {
  border-bottom: 2px solid #095CA6;
  color: #095CA6;
  font-size: 20px;
  font-family: Arial;
}

.BocesBlue {
  color: #095CA6;
}

.SmallBlueText {
  color: #095CA6;
  font-size: 11px;
}

.WhiteBoldText {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
}

.ErrorText {
  color: #FF0000;
  font-weight: bold;
}
