/* body style */

body {
      color:       #000066;
      font-family: "monotype corsiva","times new roman";
      font-size:   13pt;
      background:  url(ocean_ripple.gif);
      margin-left:  24pt;
      margin-right: 24pt;
     }


/* h1 style */

h1 {
    font-family: "monotype corsiva","times new roman";
    font-weight: 400; 
    font-size:   36pt; 
    color:       #000066;
   }

/* h2 style */

h2 {
    font-family: "monotype corsiva","times new roman";
    font-weight: 500; 
    font-size:   18pt; 
    color:       #000066;
   }

/* h3 style */

h3 {
    font-family: "monotype corsiva","times new roman";
    color:        #000066;
    font-weight:  400; 
    font-size:    13pt;
   }


/* indent paragraphs */

p {
   font-family: "Times new roman";
   color:        #000000;
   font-weight:  bold;
   font-size:    16pt;
   line-height:  18pt;
  }

/*format links */

a:link    {
           font-family: "monotype corsiva","times new roman";
           font-weight: 500; 
           font-size:   18pt; 
           color: #000066;
          }

a:visited {
           font-family: "monotype corsiva","times new roman";
           font-weight: 500; 
           font-size:   18pt; 
           color: #660000;
          }

a:active  {
           font-family: "monotype corsiva","times new roman";
           font-weight: 500; 
           font-size:   18pt; 
           color: #006633;
          }

.imagefloat {
 float:left;
 background: url(shadowAlpha.png) no-repeat bottom right !important;
    background: url(shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 15px !important;
    margin: 10px 0 0 15px;
 }