/* styles for text */.text, ol, ul, dl {    font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 12px;   line-height: 19px;  }   .copyright {   font-family: "Times New Roman", Times, serif;   font-size: 11px; color: #999999;  }  .lrgtext {   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 13px;   line-height: 21px;   font-weight: bold;  }/* styles for margins */.homemargin {   margin-top: 20px;   margin-right: 30px;   margin-left: 50px;  }    .pagemargin {   margin-top: 20px;   margin-right: 60px;   margin-left: 25px;  }    .sidebarmargin {   margin-top: 20px;   margin-right: 15px;   margin-left: 25px;  }      /* styles for contact form */input {   font-size: 12px;   background-color: #DFE5E5;  }   .textboxes {   font-family: monospace;   font-size:12;   color: #000000;   background-color: #DFE5E5;   border: 2px solid #3F4F5F;  }  .buttons {   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:12; color: #000000;   background-color: #DFE5E5;   border: 2px solid #3F4F5F;  }  select {   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:12; color: #000000;   background-color: #DFE5E5;   border: 2px solid #3F4F5F;  }  textarea {   font-family: monospace;   font-size:11;   color: #000000;   background-color: #DFE5E5;   border: 2px solid #3F4F5F;  }.formtext {    font-family : Verdana, Arial, Helvetica, sans-serif;   font-size: 10px;   }/* styles for white links at top & btm */.links {    font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 10px; color: #FFFFFF ;   font-weight: normal;  }  a:link {    font-weight: bold;   color: #FFFFFF;   text-decoration: none;  }  a:visited {    font-weight: bold;   color: #FFFFFF;   text-decoration: underline;  }  a:hover {  font-weight: bold;  color: #DFE5E5;  text-decoration: underline;  }  a:active {  font-weight: bold;  color: #FFFFFF;   text-decoration: none;  } /* styles for text links in body copy */a.text:link {    font-weight:   bold; color: #3399CC;   text-decoration: none;  }  a.text:visited {    font-weight: bold; color: #CC0099;   text-decoration: none;  }  a.text:hover {    font-weight: bold;   color: #3399CC;   text-decoration: underline;  }  a.text:active {    font-weight: bold;   color: #3399CC;   text-decoration: none;  } /* styles for links in copyright */a.copyright:link {    color: #3399CC;   text-decoration: none;  }  a.copyright:visited {    color: #CC0099;   text-decoration: none;  }  a.copyright:hover {    color: #3399CC;   text-decoration: underline;  }  a.copyright:active {    color: #3399CC;   text-decoration: none;  }   