body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-image: url(images/tileBackground.GIF);
}
P {
   text-align   : justify;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 12pt;
   font-weight  : bold;
   color        : #ffffff;
}
P.small {
   text-align   : justify;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 11pt;
   font-weight  : normal;
   color        : #ffffff;
   padding	: 5px 5px
}
P.left {
   text-align   : left;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 13pt;
   font-weight  : normal;
   color        : #ffffff;
}
h1 {
   text-align   : left;
   text-indent  : 0;
   text-decoration: underline;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 14pt;
   font-weight  : bold;
   color        : #ffffff;
}
h2 {
   text-align   : left;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 10pt;
   font-weight  : bold;
   color        : #ffffff;
}
h3 {
   text-align   : left;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 14pt;
   font-weight  : bold;
   color        : #ffffff;
   line-height  : 1.3;
}
h4 {
   text-align   : center;
   text-indent  : 0;
   text-decoration: underline;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 14pt;
   font-weight  : bold;
   color        : #ffffff;
}
h5 {
   text-align   : center;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 10pt;
   font-weight  : bold;
   font-style  : italic;
   color        : #ffffff;
}
li {
   font-family  : arial,helvetica,sans-serif;
   font-size    : 12pt;
   font-weight  : bold;
   color        : #ffffff;
}
li.compact {
   text-align   : left;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 10pt;
   color        : #ffffff;
   line-height  : 1.01;
   list-style-position: outside;   
}
a:link {
  font-family : arial;
  font-size   : 12pt;
  font-weight : bold;
  color :  #ffffff;
}
a:hover {
  font-family : arial;
  font-size   : 12pt;
  font-weight : bold;
  color: #000000;
}
a:visited {
    font-family : arial; 
    font-size   : 12pt;
    font-weight : bold; 
    color :  #ffffff; 
} 
a:link.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #ffffff; 
} 
a:hover.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #000000; 
}
a:visited.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #ffffff; 
} 
a:link.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #ffffff; 
} 
a:hover.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #000000; 
}
a:visited.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #ffffff; 
} 
#buttons {
  width: 190px;
  text-align: center;
}
#buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#buttons li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}
#buttons li a {
  border: 1px outset black;
  width: 190px;
  display: block;
  color: white;
  margin-bottom: 5px;
  background-color: #3366ff;
  text-decoration: none;
  text-align: center;
}
#buttons li a:hover {
  border-style: inset;
  border-width: 1px;
  color: white;
  background-color: #000066;
  text-align: center;
}