/* Copyright 2004-2008, Page Step - www.pagestep.com */

HTML {
  height: 100% ;
  margin: 0px ;
  padding: 0px ;
  background: #ffffff ;
}
BODY {
  margin: 0px ;
  padding: 0px ;
  font-family: "Arial", "Helv", "Helvetica", "sans-serif" ;
  color: #100422 ;
  background: #ffffff ;
  border-style: solid ; /* usually only set for testing/debugging */
  border-width: 0px ;
  border-color: #0000ff ;
}
P {
  margin: 0px 0px 12px 0px ;
  text-align: justify ;
}
TD {
  text-align: justify ;
}
IMG {
  padding: 0px ;
  border-style: none ;
}
FORM {
  margin: 0px ;
}
DIV {
  margin: 0px ;
  padding: 0px ;
}
UL {
  margin: 0px 0px 12px 0px ;
}
LI {
  padding: 0px 0px 8px 15px ;
  list-style-image: url(../images.site/li.gif) ;
  text-align: justify ;
}

PRE {
  margin: 5px 0px 10px 0px ;
}
H1, H2, H3, H4 {
  padding: 12px 10px 14px 0px ;
  font-weight: normal ;
  color: #644B89 ;
}
H1 {
  margin: 0px 0px 0px -10px ;
}
H2 {
  margin: 0px 0px 0px -10px ;
}
H3 {
  margin: -5px 0px 0px 0px ;
  padding: 0px 10px 8px 0px ;
}
H4 {
  margin: 0px 0px 0px -10px ;
}
A:link    { color: #46A06A ; text-decoration: none ; }
A:active  { color: #46A06A ; text-decoration: none ; }
A:visited { color: #46A06A ; text-decoration: none ; }
A:hover   { color: #6B42BD ; text-decoration: underline ; }

INPUT {
  padding: 2px 4px 2px 4px ;
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000000 ;
  background: #E3D8F2 ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #644B89 #ffeeee #ffeeee #644B89 ;
}
SELECT {
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000000 ;
  background: #E3D8F2 ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #644B89 #ffeeee #ffeeee #644B89 ;
}
TEXTAREA {
  width: 97% ;
  height: 140px ;
  padding: 2px 4px 2px 4px ;
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: normal ;
  font-style: normal ;
  color: #000000 ;
  background: #E3D8F2 ;
  border-style: solid ;
  border-width: 0px ;
  border-color: #644B89 #ffeeee #ffeeee #644B89 ;
}
