/* Form layout */
INPUT {
  vertical-align: middle;
}
INPUT.radio {
  margin-bottom: 2px;
}


/* General layout */
.white {
  background-color: white;
}
.color {
  background-color: #ffbc57;
}
.magenta {
  background-color: #9830bb;
}
A:link {
  color: navy;
}
A:visited {
  color: fuchsia;
}
A:active {
  color: teal;
}
A:hover {
  font-weight: bold;
}
A.form:link,A.form:visited,A.form:active,
A.color:link,A.color:visited,A.color:active,
A.magenta:link,A.magenta:visited,A.magenta:active {
  /* Links in navbar and bottom bar */
  color: black;
  text-decoration: none;
}
A.form:hover,A.color:hover,A.magenta:hover {
  /* Links in navbar and bottom bar */
  color: black;
  text-decoration: underline;
}
A.white:link,A.white:visited,A.white:active,A.white:hover {
  color: white;
  text-decoration: none;
}
DIV.color {
  /* Navbar left */
  color: black;
  font-size: 15px;
  font-weight: bolder;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
DIV.white {
  /* Navbar HR */
  font-size: 0;
  height: 5px;
  width: 100%;
  background-color: white;
}
H1.color {
  /* Navbar left heading */
  color: white;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 5px;
}
SPAN.color {
  /* Navbar top */
  color: black;
  font-size: 13px;
  font-weight: bolder;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
ADDRESS.magenta,SPAN.magenta {
  /* Bottom bar */
  color: black;
  font-size: 13px;
  font-weight: bolder;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
TABLE.body {
  background-color: white;
  height: 100%;
  width: 100%;
  top: 30px;
  left: 30px;
}
H1,H2,H3 {
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
H1 {
  font-size: 30px;
}
H2 {
  font-size: 18px;
}
H3 {
  font-size: 11px;
}
P,OL,UL,DL,LI,DT,DD,TD,TH {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
P,OL,UL,DL,PRE {
  margin-top: 4px;
  margin-bottom: 4px;
}
LI,DT,DD,TD,TH {
  margin-top: 1px;
  margin-bottom: 1px;
}
LI {
  list-style-position: outside;
  margin-left: -12px;
}
BODY {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  background-color: white;
}
