body, td {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : 600;
  color : #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-famaily : arial, helvetica, sans serif;
  color : #003366;
}

a:link {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #003366;
}

a:visited {
  font-famaily : tahoma, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #003366;
}

a:hover {
  font-famaily : tahoma, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  text-decoration : underline;
  color : #003366;
}

.Table {
  border : thin solid black;
}

.Error {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #FF0000;
}

.ColumnHeader {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #FFFFFF;
  background-color : #3B8DB9;
  border-bottom : thick solid black;
}

.RowDataEven {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : normal;
  color : #000000;
  background-color : #EBEAEF;
}

.RowDataOdd {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : normal;
  color : #000000;
  background-color : #C8DBEC;
}

.FieldLabel {
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #000000;
}

.Input {
  border : thin solid black;
  font-famaily : arial, helvetica, sans serif;
  font-size : 12pt;
  font-weight : bold;
  color : #81171F;
}

