/* Presentation Stylesheet */ 

p {
 margin: 0;
 padding: 8px;
 line-height: 125%;
 }

h1 {
 color: #9A456C;
 align: center;
 }

h2 {
 color: #9A456C;
 align: center;
 }

h3 {
 color: #9A456C;
 align: center;
 font-size: 14pt;
 margin: 0;
 padding: 8px;
 }

h4 {
 margin: 0;
 padding: 4px 0;
 }
 
h5 {
  font-size: medium;
  color: #9A456C;
  text-align: center;
  line-height: 130%;
  border: thin #9A456C solid;
  padding: 5px;
 }
  
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color: #0A7BF5;
 background: #FFFFFF
 }
 
a {
 color : #3366FF;
 }

a:visited {
 color : #3366FF;
 }

a:hover {
 text-decoration: underline;
 color : #F27942;
 }

li {
  line-height: 125%;
 }

/* Layout Stylesheet */ 

body {
 font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
 font-size: 12pt;
 margin: 10px;
 background: #fff;
 color: #333333;
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 width: 675px;
 margin: auto;
 }

#hdr {
 height: 234px;
 background: #fff;
 color: #333333;
 }
 
#hdr2 {
  height: 468px;
  background: #fff;
  color: #333333;
 }

#bar {
 word-spacing: 15px;
 font-weight: bold;
 text-align: center;
 height: 25px;
 color: #000;
 padding: 5px 0 0 0;
 margin: 10px 0 0 0;
 }
 
#footbar {
 word-spacing: 15px;
 font-weight: bold;
 text-align: center;
 height: 25px;
 color: #000;
 padding: 5px 0 0 0;
 margin: 10px 0 0 0;
 }
 
 #content {
  width: 640px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  overflow: auto;
  }
  
 #content2 {
  width: 640px;
  background: #ffffff;
  color: #333333;
  text-align: left;
  overflow: auto;
  }
 
 #ftr {
  height: 143px;
  background: #fff;
  color: #000;
  margin: 10px 0 0 0;
 }