/* At-Rules */
@charset "iso-8859-1";


body {
   background-color: #ffffff;
   }

p {
   font-family: times, times new roman, serif; 
   font-size: 11pt;
   }

h1, h2, h3, h4, h5, h6 {
   background: transparent; 
   color: navy; 
   font-family: 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
   }
   
img
{
border-style:solid;
border-color:#ffffff;
}

.footer {
   font-size: 10pt; 
   font-family: serif; 
   color: black
   }

.center {
   background: transparent; 
   text-align: center;
   }

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
   }
   
.event-name {
   font-weight: bold;
   color: navy
   }

/* End of style section.