/* Vers. 1.00 11/04/08 - creation                                  

*/

body {
  font-family: "Times New Roman", Verdana, serif;
  font-size: 14px;
  font-weight: normal;
  background-color: #f2f2f7;
}

p, dd, blockquote {
  font-family: Verdana, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  color: #404040;        /* medium gray */
}

p.heading {
  text-align: center;
  font-family: "Times New Roman", Verdana, serif;
  font-size: 17px;
  font-weight: normal;
  color: #0033ff;
}

p.info {
  font-family: "Times New Roman", Verdana, serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #0033ff;
}
p.notices {
  font-family: "Times New Roman", Verdana, serif;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #666666;
}

/*          IE doesn't recognize styles for headings  */
p.h1 {
  text-align: center;
  font-family: Verdana, serif;
  font-size: 18px;
  font-weight: normal;
/*  color: #3d6c87;  */
  color #404040;
}
p.h2 {
  font-family: "Times New Roman", Verdana, serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  text-align: center;
  color: #0033ff;
}

td.heading {
  width: 305px;
  valign: top;
  text-align: center;
  color: #0033ff;
}
td.comparison {
  border: "1px inset #dcdcdc";
  width: 305px;
  valign: top;
  color: #404040;
}

th {
  font-family: "Times New Roman", Verdana, serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #0033ff;
}

input {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 13px;
}
form {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
}
textarea {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 13px;
}
submit {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  color: #1e27aa;
  font-weight: bold;
}

div.footer {
  height: 28px;
  background-color: rgb(180,180,180);   /* lower numbers = darker shade */
}
p.footer {
  font-size: 12;
  line-height: 200%;   /* for vertical alignment */
  color: white;
  text-align: center;
}

