/* Links */a:link {  color: #blue;  }a:visited {  color: #purple;  }a:hover {  color: #green;  cursor: hand;  }a:active {  color:red;  }   /* Body and Scrollbars */  body {  font-family:verdana, arial, sans-serif;   }   /* Main Table - controls maximum width */.main {  background-color: #ffffff;  width: 865px;  vertical-align: top;  } /* Lines */hr {  color: black;  text-align: center;  height: 1px;  }  /* Vertical line */  .vline {  background-image: URL(images/vline.jpg);  background-repeat: repeat-y;  background-position: 50%;  width: 20px;  }     /* Text */  .tx, .txr, .txl, .stats {  color: black;  font-size: 10pt;  text-align: center;  font-weight: normal;  line-height: 1.3;  }.txr {  text-align: right}.txl {  text-align: left} /* Small text */.tx8, .txr8, .txl8 {  color: black;  font-size: 8pt;  font-weight: normal;  line-height: 1.3;  } .tx8  {  text-align: center}  .txr8 {  text-align: right}.txl8 {  text-align: left}/* Headlines */.head {  font-size: 18px;  text-align: center;  font-weight: bold;  line-height: 125%;  }  .head2 {  font-size: 14px;  text-align: center;  font-weight: bold;  line-height: 125%;  }    /* Logo/address */.addr {  font-size: 14px;  text-align: center;  font-weight: bold;  color: black;  }   /* Menu text */.menu1, .menu2 {  font-size: 8pt;  text-align: left;  font-weight: normal;  vertical-align: top;  padding-left: 10px;  width: 138px;  height: 47px;  }.menu1 {  padding-top: 10px;}.menu2 {  padding-top: 4px;}/* Text colors */.red {  color: red;  }  .color1 {  color: #207FEA;  }    /* Set menu width */ .menu {  width: 150px;  vertical-align: top;  }        /* List Items */ .m {  list-style: disc outside none;  color: black;  font-size: 10pt;  text-align: left;  font-weight: normal;  line-height: 12pt;  margin-bottom: 4px;}      /* THWD Info */.thwd {  font-size: 9pt;  line-height: 125%;  text-align: center;  width: 500px;  border: 2px inset #efefef;  background-color: white;  }