﻿html {
    font-size: 1.25em; /* 1.25?16px = 20px */
}

body {
    font-size: 50%; /* adjusts base font to 10px */
}

html>body {
    font-size: 10px; /* overrides the above in all browsers except IE */
}

body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  min-width: 900px;
  background:url("images/pagebackground.gif") repeat top;
  margin:0px 0px 0px 0px;
 
 
  }
#wrapper 
{
  font-size:1.4em;
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}


a img 
{
    border:none;
    padding-right:5px;
}

a
{
    text-decoration:none ;
}
a:visited
{ 
    color:#0069c6;
}

p 
{
    text-align:justify
}
p.bold
{
    font-weight:bold;
}


 span.e
{
    font-weight:bold;
    font-style:italic;
}
p.footer
{   
    border-top:dotted 1px #777;
    padding-top:5px;
    font-style:italic;
    font-size:0.85em;
    color:#777 ;
}