/* Stylesheet for CHERAW PUBLISHING *//* COLORS *//* Dark Red - 990000 (link) *//* Light Bright Aqua - 00ffFF (hover) *//* Medium Aqua - 108A9B (headlines) *//* Other Colors Considered  - NOT USED ... *//* 51718C - deep gray blue*//* 4e85cc - medium blue*//* 6fb3ff - sky blue*//* Medium Blue - 108a9b *//* Medium Blue - 2486B4 *//* Lightest Blue - E1FFFF *//* Darkest Blue - 00489A *//* Main Links */a:link {  color: #990000;  }a:visited {  color: #108A9B;  }a:hover {  color: #00ffFF;  cursor: pointer;  }a:active {  color: red;  }     /* BODY and SCROLLBARS */  body {  background-image: url(images/stone.jpg);  background-color: #ababab;  margin:30px;   padding:0;   width:100%;   height:100%;   font-family:verdana, helvetica, tahoma, sans-serif;  }  /* Tables */table {border-collapse:collapse;}td { vertical-align: top}  /* Main Table limits page width */.main {  vertical-align: top;  width: 650px;  background-color: white;  border: 5px inset #e1e1e1;  padding-top: 1px;  padding-left: 30px;  padding-right: 30px;  padding-bottom: 30px;  }.left {  vertical-align: top;  width: 110px;  }.vspace {  background-image: url(images/vline.gif);  background-repeat: repeat-y;  width: 40px;  }.right {  vertical-align: top;  width: 410px;  } .btm {  vertical-align: bottom;  }/* Line */hr {  color: black;  text-align: center;  height: 1px;  }        /* Text */ /* Main Texts (center, right, left) */.tx, .txr, .txl {  color: #000000;  font-size: 11pt;  text-align: center;  font-weight: normal;  line-height: 140%;  }.txr {  text-align: right}.txl {  text-align: left}/* Smaller texts */.txsm, .txsml, .txsmr {  color: #000000;  font-size: 9pt;  text-align: center;  font-weight: normal;  line-height: 130%;  }.txsml {  text-align: left}.txsmr {  text-align: right}.txtiny, .txtinyl, .txtinyr {  color: #000000;  font-size: 8pt;  text-align: center;  font-weight: normal;  line-height: 130%;  }.txtinyl {  text-align: left}.txtinyr {  text-align: right}/* Headline Texts */.head {  color: #108a9b;  font-size: 20px;  text-align: center;  font-weight: bold;  }  .head2c, .head2l {  color: black;  font-size: 16px;  font-weight: bold;  }.head2c { text-align: center;}.head2l { text-align: left;}.head2lt {  color: white;  }     /* Text colors */.red {  color: red;  }.color1 {  color: #108A9B;  }.color2 {  color: #00ffFF;  }    .black {  color: black;  }      /* Images *//* For images that are hotlinked */.lnkbdr {    border: 5px inset #e1e1e1;  }    /* Pullquote (NOT USED) */  .pqright {  font-size: 10pt;  text-align: right;  width: 125px;  float: right;  background-color: #DFFFDF;  margin-left: 20px;  border: black solid 1px;  line-height: 130%;  }    .pqleft {  text-align: center;  width: 100px;  float: left;  background-color: yellow;  margin-left: 20px;  border: black solid 1px;  display: block;  line-height: 130%;  }  /* Lists *//* Bullets for THWD */li.th  {  list-style: url(images/fish.gif) outside none;  margin-bottom: 6px;  }    li {  list-style: circle outside none;  margin-bottom: 6px;  }