body.admin {
  background-color: black;
  background-image: URL(/images/easyback.jpg);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}

body {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
}

body.main {
  background-color: black;
  background-image: URL(/images/easyback.jpg);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  text-align: center;
}

A:link {
  color: #229922;
  text-decoration: none;
}

A:active {
  color: red;
  text-decoration: none;
}

A:visited {
  color: #229922;
  text-decoration: none;
}

A:hover {
  color: #44aa44;
  text-decoration: underline;
}

P {
  color: #333333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 11pt;
}

P.heading {
  color: #FF9933;
  display: inline;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

P.heading2 {
  color: RED;
  display: inline;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 13pt;
  font-weight: bold;
}

P.subheading {
  color: #000000;
  display: inline;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

P.subheading2 {
  color: RED;
  display: inline;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

LI {
  color: #333333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 11pt;
}

H1 {
  color: #008800;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 24pt;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

H2 {
  background-color: #008800;
  color: #f3f3ff;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}

H3 {
  color: #008800;
  display: inline;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 14pt;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 0px;
  text-align: left;
}

H4 {
  color: #008800;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 0px;
  text-align: left;
}

H5 {
  color: #008800;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 10pt;
}

TABLE.main {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

TABLE.sub {
  border: solid;
  border-color: #000000;
  border-width: 0px;
  width:100% ;
}

TD.left {
  background-color: #ffffff;
  border-right: 1px solid #ff7777;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  vertical-align: top;
  width: 165px;
}

TD.centre {
  background-color: white;
  border: solid;
  border-width: 0px;
  height: 300px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 18px;
  padding-top: 6px;
  vertical-align: top;
  width: 595px;
}

TD.top {
  background-color: black;
  border-left: 1px solid #cc4444;
  border-right: 1px solid #cc4444;
  border-top: 1px solid #cc4444;
  padding: 0px;
}

TD.right {
  background-color: #eeeedd;
  border: solid;
  border-color: #bcbcbc;
  border-width: 0px;
  padding: 4px;
  width: 150px;
}

TD.bottom {
  background-color: #eff1ef;
  height: 25px;
  vertical-align: middle;
  border-top: 1px solid #ff7777;
}

TD.margin {
  width: 10px;
}

INPUT {
  background-color: #fafafa;
  color: #003333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 8pt;
}

TEXTAREA {
  background-color: #ffffff;
  color: #003333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 8pt;
}

SELECT {
  background-color: #ffffff;
  color: #003333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 8pt;
}

input.block {
  background-color: #ffffff;
  color: #003333;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 8pt;
}

input.button {
  background-color: #faf9e7;
  color: black;
  font-family: Arial, Helvetica, "Sans Serif", sans-serif;
  font-size: 8pt;
  font-weight: normal;
}