body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  background-image: url(images/tileBackground.GIF);
}
P {
   text-align   : left;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 12pt;
   font-weight  : bold;
   color        : #000000;
}
P.small {
   text-align   : left;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 11pt;
   font-weight  : normal;
   color        : #000000;
   padding	: 5px 5px
}
h1 {
   text-align   : left;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 24pt;
   font-weight  : bold;
   color        : #000000;
}
h2 {
   text-align   : left;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 16pt;
   font-weight  : bold;
   color        : #000000;
}
h3 {
   text-align   : left;
   text-indent  : 0;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 11pt;
   font-weight  : normal;
   color        : #000000;
}
li {
   font-family  : arial,helvetica,sans-serif;
   font-size    : 12pt;
   font-weight  : bold;
   color        : #000000;
}
li.compact {
   text-align   : left;
   font-family  : arial,helvetica,sans-serif;
   font-size    : 10pt;
   color        : #000000;
   line-height  : 0.96;
   list-style-position: outside;   
}
a:link {
  font-family : arial;
  font-size   : 12pt;
  font-weight : bold;
  color :  #84216B;
}
a:hover {
  font-family : arial;
  font-size   : 12pt;
  font-weight : bold;
  color: #2D008E;
}
a:visited {
    font-family : arial; 
    font-size   : 12pt;
    font-weight : bold; 
    color :  #84216B; 
} 
a:link.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #84216B; 
} 
a:hover.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #2D008E; 
}
a:visited.BLink {
    font-family : arial; 
    font-size   : 9pt;
    font-weight : bold; 
    font-style  : italic;
    color :  #84216B; 
} 
a:link.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #84216B; 
} 
a:hover.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #2D008E; 
}
a:visited.BNLink {
    font-family : arial; 
    font-size   : 10pt;
    font-weight : bold; 
    font-style  : normal;
    color :  #84216B; 
} 
#buttons {
  width: 152px;
  text-align: left;
}
#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 {
  height: 27px;
  width: 152px;
  display: block;
  color: white;
  margin-bottom: 1px;
  background-color: #607C8C;
  text-decoration: none;
  text-align: left;
  text-indent: 7px;
  line-height: 27px;
}
#buttons li a:hover {
  background-color: #003F54;
}
