body
{
  background-repeat: repeat-x;
  background-attachment: fixed;

  font-family: Verdana, Arial;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-align: justify;
  color: #BFBBF4;

  cursor: default;
  
  margin-right: 20px;
  margin-left: 20px;

  scrollbar-base-color: #C5AA7D;
  scrollbar-3dlight-color: #C5AA7D;
  scrollbar-arrow-color: #71772F;
  scrollbar-darkshadow-color: #A27635;
  scrollbar-face-color: #F6F6DC;
  scrollbar-highlight-color: #C2AC7A;
  scrollbar-shadow-color: #4A4A19;
  scrollbar-track-color: #C5AA7D;
}

body.imgView
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

em
{
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1pt;
}

h1
{
  font-size: 18px;
  text-align: center;
}

h2
{
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}

h3
{
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

h4
{
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
}

h5
{
  font-family: 'Comic Sans MS', Georgia, Bodoni, Garamond;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}
br
{
  font-size: 12px;
}

p
{
  margin-top: 0px;
  margin-bottom: 12px;
}

a:link, a:visited, a:hover, a:active, a:focus
{
  color: #DBCCA8;
  text-decoration: underline;
  font-weight: bold;
}

td
{
  font-family: Verdana, Arial;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-align: left;
  color: #BFBBF4;
}

img
{
    border-width: 3px;
    border-color: #DBCCA8;
    border-style: solid;
}

img.noBorder
{
    border-width: 0px;
}

img.noMargin
{
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
