body
{
  background-color: #FFFFFF;
  color: #222299;
  font-family: Book Antiqua, Utopia, sans-serif;
  font-size: 14px;
  text-align: left;
}

li
{
  list-style-type: circle;
  padding-bottom: 5px;
}

li.tick
{
  list-style-image: url(images/tick.gif);
  list-style-type: circle;
  padding-bottom: 5px;
}

img.viewer
{
  position: relative;
  left: -40px;
}

span.viewer
{
  position: relative;
  left: -50px;
}

a.viewer
{
  position: relative;
  left: -50px;
}

a
{
  background-color: transparent;
  font-family: Book Antiqua, Utopia, sans-serif;
  text-decoration: underline;
}

a:hover
{
  background-color: transparent;
  font-family: Book Antiqua, Utopia, sans-serif;
  color: #40AA40;  
  text-decoration: underline;
}

h1
{
  font-family: Book Antiqua, Utopia, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #222299;
  text-align: center;
  text-indent: -100px;
  text-decoration: underline;
}

h2
{
  font-family: Book Antiqua, Utopia, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #222299;
  text-align: left;
  text-decoration: underline;
}

table.fake
{
  background-color: #FFFFFF;
  border-style: none;
  font-size: 12px;
  text-align: left;
  align: center;
}

tr.fake
{
  text-align: left;
}

td.fake
{
  background-color: #FFFFFF;
}

table.address
{
  background-color: #EFEFEF;
  text-align: center;
  position: relative;
  left: -40px;
}

th.address
{
  background-color: #EFEFEF;
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

tr.address
{
  text-align: left;
}

td.address
{
  background-color: #EFEFEF;
}

table.main
{
  background-color: #EFEFEF;
  border-color: #CCCCFF;
  border-style: double;
  border-width: 4px;
  text-align: center;
}

th.main
{
  background-color: #F3FFF5;
}

tr.main
{
  text-align: left;
}

td.main
{
  background-color: #EFEFEF;
  line-height: 25px;
}

table.submain
{
  background-color: #FFFABE;
  border-color: #CCCCFF;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  position: relative;
  left: -60px;
}

th.submain
{
  background-color: #FFFFDE;
  border-color: #CCCCFF;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

tr.submain
{
  text-align: center;
}

td.submain
{
  background-color: #FFFABE;
  border-color: #CCCCFF;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

/* Nav section */

a.nav
{
  background-color: #F63138;
  font-family: Book Antiqua, Utopia, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #246732;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
}

a.nav:hover
{
  background-color: #EE5555;
  color: #40AA40;  
}

table.nav
{
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  color: #447744;
}

tr.nav
{
  text-align: left;
}

td.nav
{
  background-color: #DDDDDD;
}

td.nav:hover
{
  background-color: #AAAAAA;
  background-image: url(images/navonover.png);  
  background-repeat: no-repeat;  
  background-position: 5% 50%;  
}

/* end of nav */

