/* standard CSS for the newsletter */

a { text-decoration: none; color: 228b22; }
a:hover { text-decoration: underline; }

body { font-family: tahoma, arial, sans-serif; background-color: #FFFFFF;  }

div.bodyText { margin-bottom: 40px; }

.quoteBox {
   font-style: italic;
   background-color: #F5F5EB;
   width: 250;
   font-size: 80%;
   padding: 10px;
   float: right;
}

div.caption {
   font-size: 75%;
   font-style: italic;
}

div.contact {
   color: #FFFFFF;
   background-color: #228B22;
   width: 100%;
   text-align: center;

}

.ssaLogo {
   text-align: center;
   font-weight: bold;
   font-family: arial;
}

.contact a { color: yellow; }

h2 { color: #000080;
   font-size: 18pt;
   margin: 0px;
}

div.navBar { font-size: 80%;
   background-color: #F5F5EB;
}

em { font-style: normal;
   font-size: 150%;
   color: #228B22;
}

hr { color: #000080; }

td { vertical-align: top; }
