.headline   /* Presidents msg headline */    { color: #004e98; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }

.subhead  /* Presidents msg sub-headline if any */   { color: #004e98; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.body  /* Style for presidents message body */ { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.disclaimer  /* style for disclaimer text on prd.htm page */  { color: #999; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal }
p   /* Paragraph style */ { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
A:link    /* style for link  */     { color: #004e98; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none }
A:active   /* Style for active link */   { color: #004e98; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none  }

A:visited    /* Style for visited link */    { color: #004e98; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none; }

A:hover   /* Style for mouse over effect on link */    { color: #b22222; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: underline }
.link2 a:link  /* Style for secondary link */  { color: #0a427d; font-size: 12px; font-family: Verdana, Helvetica; font-weight: bold; font-style: normal; text-decoration: none; }
.link2 a:active  /* Style for secondary active link */  { color: #0a427d; font-size: 12px; font-family: Verdana, Helvetica; font-weight: bold; font-style: normal; text-decoration: none; }
.link2 a:visited  /* Style for secondary visited link */  { color: #0a427d; font-size: 12px; font-family: Verdana, Helvetica; font-weight: bold; font-style: normal; text-decoration: none; }
.link2 a:hover  /* Style for secondary mouse over link */   { color: #06c; font-size: 12px; font-family: Verdana, Helvetica; font-weight: bold; font-style: normal; text-decoration: underline    }
