/****** Class Use definitions *****************************//*                                                        *//*--- Banner ---------------------------------------------*//*  background - .banner                                  *//*  plain text - .bannerText                              *//*  links - .bannerText                                   *//*                                                        *//*--- Side Bar -------------------------------------------*//*  background - .sidebar                                 *//*  links - .leftnav                                      *//*                                                        *//*--- Footer ---------------------------------------------*//*  background - .footer                                  *//*  text - .footerText                                    *//*                                                        *//*--- Main Body ------------------------------------------*//*  background - .mainTable                               *//*  regular text - .regText                               *//*  bold text - .boldText                                 *//*  italic text - .italicText                             *//*  bold, italic text - .boldItalicText                   *//*  book and periodical titles - .bookTitleText           *//*  names of authors - .bookAuthorText                    *//*                                                        *//*--- Book List Page -------------------------------------*//*  book titles - .listTitleText                          *//*  author names - .listAuthorText                        *//*  statistic (ISBN) labels - .boldText                   *//*  statistic (ISBN) data - .regText                      *//*                                                        *//*--- Book Detail Page -----------------------------------*//*  award table properties - .awardTable                  *//*  review, excerpt text - .quoteText                     *//*  review author text - .creditText                      *//*  review author work cited - .creditItalicText          *//*  book title - .detailTitleText                         *//*  author names - .listAuthorText                        *//*  statistic (ISBN) labels - .boldText                   *//*  statistic (ISBN) data - .regText                      *//*  author names in body text - .bookAuthorText           *//*  book title in body text - .bookTitleText              *//*                                                        */                                                     *//**********************************************************//**** html tag styles *************************************/body {      background-color: #d3d9df;      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      margin-left: 5px;      margin-right: 5px;}h1 {      font-family: Edo, Arial, Tahoma;      font-size: 18px;      font-weight: bold;      color: #376085;      /*text-align: left;*/}h2 {      font-family: Arial, Tahoma;      font-size: 16px;      font-weight: bold;      color: #376085;      font-style: italic;      line-height: 16px;}h3 {      font-family: Arial, Tahoma;      font-size: 14px;      font-weight: bold;      color: #376085;}/**** Banner Styles ***************************************/.banner {      vertical-align: middle;      background-color: #7a5938;/*e4a184*/      }.bannerText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #ffffff;      font-size: 12px;      font-style: italic;      text-align: right;}.bannerText a {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #ffffff;      font-size: 12px;      font-style: italic;      text-decoration: none;}.bannerText a:hover {      text-decoration: underline;}/**** Side Bar Styles *************************************/.sidebar {      background-image: url('images/Soltol_Orange.jpg');    /*background-repeat: no-repeat;*/      /*background-color: #908c9e;*/      background-color: #a97a4d;/*004080*/      vertical-align: top;      width: 145px;      height: 600px;}.leftnav a {      font-family: Arial, Helvetica, sans-serif;      font-size: 14px;      color: #d3d9df;/*FFFFFF*/      text-decoration: none;      font-weight: bold;      float: right;      padding-top: 5px;      padding-right: 0px;      padding-bottom: 5px;      padding-left: 0px;}.leftnav a:hover {      text-decoration: underline;}/**** Footer Styles ***************************************/.footer {      background-color: #274969;}.footerText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 10px;      text-align: right;      margin-right: 10px;}.footerText a {      font-family: Arial, Helvetica, sans-serif;      font-size: 10px;      color: #ffffff;      text-decoration: none;}.footerText a:hover {      font-family: Arial, Helvetica, sans-serif;      font-size: 10px;      color: #cccc99;      text-decoration: underline;}/**** Main Body Styles ************************************/.mainTable {      table_layout: fixed;      background-color: #fcf9ea;/*FCF2EE*/      vertical-align: top;      width: 693px; }.regText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      text-align: left;      padding-right: 10px;      margin-top: 0px;}.boldText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      font-weight: bold;      text-align: left;}.italicText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      font-style: italic;      text-align: left;}.boldItalicText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      font-weight: bold;      font-style: italic;      text-align: left;}.bookTitleText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      font-style: italic;      text-align: left;}.bookAuthorText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 12px;      font-weight: bold;      text-align: left;}/**** Book List Page Styles *******************************/.listTitleText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 14px;      font-weight: bold;}.listAuthorText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 14px;      font-style: italic;}/**** Book Detail Page Styles *****************************/.awardTable {      border: thin solid #376085;      width: 100%}.quoteText {      font-family: "Courier New", Courier, monospace;      font-size: 12px;      color: #376085;      margin-top: 0px;      margin-right: 0px;      margin-bottom: 0px;      margin-left: 5px;}.creditText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 10px;      margin-right: 10px;      margin-bottom: 0px;      margin-top: 0px;}.creditItalicText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 10px;      font-style: italic;      margin-right: 10px;      margin-bottom: 0px;      margin-top: 0px;}.detailTitleText {      font-family: Arial, Helvetica, Verdana, sans-serif;      color: #000000;      font-size: 16px;      font-weight: bold;}
