  li { list-style-type: square; }

  .titletext { font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 15pt;
    color: rgb(255, 255, 255);
    }

  .catchphrase { font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 12pt;
    text-align: center;
    }

  .businesstype { font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-align: center;
    }

  .titlebar { font-family: Arial,Helvetica,sans-serif;
    font-size: 15pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
    }

  .secondarytitle { font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 9pt;
    font-style: italic;
    padding-left: 15px;
    color: rgb(0, 0, 0);
    padding-top: 20px;
    }

  .pagetitle { font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
    background-color: rgb(255, 153, 0);
    color: rgb(255, 255, 255);
    font-style: italic;
    }

  .menuoption { border-bottom: 3px solid rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    font-size: 10pt;
    padding-left: 10px;
    display: block;
    width: 140px;
    text-align: left;
    }

  .menusuboption { font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255,255,255);
    font-size: 10pt;
    padding-left: 10px;
    display: block;
    width: 140px;
    text-align: left;
    }

  .menusuboption:hover { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 0, 0);
    text-decoration: underline;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 10px;
    display: block;
    width: 140px;
    }

  .menuoption:hover { border-bottom: 3px solid rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    font-size: 10pt;
    padding-left: 10px;
    display: block;
    width: 140px;
    color: rgb(255, 0, 0);
    }

  .footer { background-image: url(images/GradientBackground-Gray.png);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
    }

  .footerlink { font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
    }

  .footerlink:hover { font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255, 0, 0);
    }
  .pagebody { font-size: 10pt;
    color: rgb(0, 0, 0);
    padding-left: 10px;
    padding-top: 13px;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: top;
    }
