/* maroon-basic-styles.css */

/* This style sheet is only seen by both older and newer browsers.  This  */
/* defines things for all browsers in a form compatible with old browsers */
/* such as Netscape 4.x which has some CSS handling bugs.  Also refer to  */
/* adv-style.css which has additions for modern browsers. */

  .heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    /*color: #000080;*/
    color: maroon;
    text-align: center;
    text-decoration: none;
  }
  .subheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: maroon;
    text-align: left;
    text-indent: 5px;
    text-decoration: none;
    border-style:solid;
    border-width:thin;
    border-color: maroon;
    width: 170px;
    display: block;
    margin: 5px 15px;
  }
  .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: black;
    text-align: left;
    text-decoration: none;
  }
  .jtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: black;
    text-align: justify;
    text-decoration: none;
  }
  .rbtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: black;
    text-align: right;
    text-decoration: none;
  }

  .smallbutton {
    display:block;
    background-image:url('/images/small_button.jpg');
    background-repeat:no-repeat;
    background-position: center;
    height: 22px;
    width: 175px;
    border-style:none;
    text-indent: 0px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px;
  }

  .button {
    display:block;
    background-image:url('/images/large_button.jpg');
    background-repeat:no-repeat;
    background-position: center;
    height: 31px;
    width: 196px;
    border-style:none;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;

    /* margin and padding for older browser (Netscape 4.x) */
    margin: 0px 0px;
    padding: 5px 5px 2px 5px;
  }
  a.abutton:link, a.abutton:visited, a.abutton:active {
    color: #ffffff;
    text-decoration: none;
  }
  a.wbutton:link, a.wbutton:visited, a.wbutton:active {
    color: #ffffff;
    text-decoration: underline;
  }
  .smalladwrap {
    background-color: maroon;
    width: 250px;
    height: 75px;
    border-style:solid;
    border-width:thin;
    border-color:maroon;
    color: black;
  }
  .smalladheader {
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: black;
  }
  .smalladtext {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffd0;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
  }
  .textadwrap {
    background-color: maroon;
    width: 250px;
    border-style:solid;
    border-width:thin;
    border-color:maroon;
    color: black;
  }
  .textadtext {
    background-color: maroon;
    width: 250px;
    border-style:solid;
    border-width:thin;
    border-color:maroon;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffd0;
    font-size: x-small;
    font-weight: normal;
    text-decoration: none;
  }
  .imgpad {
    padding-right: 5px;
  }
