/* Links */a:link {  color: #83B0CF;  font-weight: bold;  }a:visited {  color: #FF9900;  font-weight: bold;  }a:hover {  color: #1C4B83;  cursor: hand;  font-weight: bold;  }a:active {  color: red;  font-weight: bold;  }   /* IMAGE BORDERS *//* LINKS */  .lnk  {  border: 3px outset #1C4B83;  }/* NON-LINKS */.bdr {  border: 2px solid black;  }	    /* Body and Scrollbars */  body {  background-color: #B7B4AA;  background-image: URL(images/fencevert75.jpg);  background-attachment: fixed;  font-family: verdana, arial, "sans serif";  }/* TABLES */table {border-collapse:collapse;}td {vertical-align: top;}  .main { vertical-align: top; }  .left {  align: left;  float: left;  margin-right: 20px;  margin-bottom: 10px;  }    .right {  align: right;  float: right;  margin-left: 20px;  margin-bottom: 10px;  }      .top {  vertical-align: top;  }.mid {  vertical-align: middle;  }.btm {  vertical-align: bottom;  }    .ctr {  align: center;  text-align: center;  }  /* Primary emphasis color for notices, etc.*/.emp {  background-color: #DFF2FF;  border: 2px outset #B7B4AA;  margin-left: 20px;  margin-right: 20px;  padding-left: 20px;  padding-right: 20px;  }/* Alternate color for background emphasis */.emp2 {  background-color: #FFE9C8;  border: 2px outset #B7B4AA;  }     /* Logo Table - for top logo */.logo {  background-color: #ffffff;  width: 800px;  vertical-align: middle;  border: 4px inset #B7B4AA;  }.bottom {  background-color: white;  width: 800px;  border: 2px inset #B7B4AA;  padding: 10px;  margin: 10px;  } .main {  background-color: #ffffff;  width: 600px;  vertical-align: top;  border: 4px inset #B7B4AA;  padding: 15px;   }.menu {  width:170px;  vertical-align: top;  }.btn a, .btn2 a {  display: block;  width:170px;   background-color: #1C4B83;  background-repeat:no-repeat;  text-decoration:none;  font-weight: bold;  text-align: left;  border: 2px outset #B7B4AA;  padding: 3px;  vertical-align: middle;  }.btn a {  height:40px;  }.btn2 a {  height:24px;  }    .btn a:link {  background-image:url(images/btn.jpg);  background-position: bottom;   }.btn2 a:link {  background-image:url(images/btnsm.jpg);  background-position: bottom;   }.btn a:link, .btn2 a:link {  color: #FFc48b;  }.btn a:visited {  background-image:url(images/btn.jpg);  background-position: bottom;   color: #FF9900;  }.btn2 a:visited {  background-image:url(images/btnsm.jpg);  background-position: bottom;   color: #FF9900;  }.btn a:hover {  background-color: #ff9900;  background-image:url(images/btn2.jpg);  background-position: top;  color: white;  }.btn2 a:hover {  background-color: #ff9900;  background-image:url(images/btnsm2.jpg);  background-position: top;  color: white;  }  /* Temporary button - "Coming Soon" links */  .btnp {padding:3px;}    /* Lines */hr {  color: black;  text-align: center;  height: 1px;  }     /* Text */  .tx, .txr, .txl, .quote {  color: black;  font-size: 10pt;  text-align: center;  font-weight: normal;  line-height: 1.3;  }.txr {  text-align: right}.txl {  text-align: left} /* Medium text */.txmed, .txrmed, .txlmed {  color: black;  font-size: 9pt;  font-weight: normal;  line-height: 1.3;  } .txmed  {  text-align: center}  .txrmed {  text-align: right}.txlmed {  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: 28px;  text-align: center;  font-weight: bold;  line-height: 1.2;  }  .head2 {  font-size: 16px;  text-align: center;  font-weight: bold;  line-height: 1.2;  }  /* Text colors */.red {  color: red;  }  .color1 {  color: #207FEA;  }  /* LISTS */.none {  none inside;  }.a, .b {  font-size: 10pt;  text-align: left;  font-weight: normal;  line-height: 1.3;  }.a {  list-style: disc outside none;  }  .b {  list-style: circle outside none;  }   