/* At-Rules */
@charset "iso-8859-1";


body {
   background-attachment: fixed; 
   background-position: center center; 
   background-repeat: no-repeat;
   }

p {
   font-family: times, times new roman, serif; 
   font-size: 11pt;
   }

h1, h2, h3, h4, h5, h6 {
   background: transparent; 
   color: navy; 
   font-family: arial, helvetica, sans-serif;
   }

h1 {
   font-size: 20 pt; 
   text-align: center;
   }

h2 {
   font-size: 20 pt; 
   text-align: left;
   }

h3 {
   font-size: 16 pt; 
   text-align: center;
   }

h4 {
   font-size: 16 pt; 
   text-align: left;
   }

h5 {
   font-size: 12pt; 
   text-align: center
   }

h6 {
   font-size: 12pt; 
   text-align: left
   }

.footer {
   font-size: 10pt; 
   font-family: arial, helvetica, sans-serif; 
   color: black
   }

.center {
   background: transparent; 
   text-align: center;
   }

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
   }

/* End of style section.