/**************************************************
 General Formatting
**************************************************/

BODY, TABLE, TR, TH, TD, H1, H2, H3, H4, H5, H6, DIV {
          leftmargin: 0;
          topmargin: 0;
          marginwidth: 0;
          marginheight: 0;
          margin: 0;
          padding: 0;
          border: 0;
          background: #FFFFFF;
          text: #000000;
          }

BODY {
          background-image: url(../images/background.jpg);
          }

A:link, A:visited, A:active {
          color: #006699;
          }

A:hover {
          color: purple;
          }

IMG {
          border: 0;
          }

/**************************************************
 Specific Formatting
**************************************************/


TH {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          }
TD {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 12px;
          }
TD.content {
          background-image: url(../images/eagle.jpg);
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 12px;
          }
TD.menu {
          background-image: url(../images/menu.jpg);
          }
TD.shadowright {
          background-image: url(../images/shadow-right.jpg);
          }
TD.blue {
          background: #99CCCC;
          }
TABLE.content {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 12px;
          }
.pageheader {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 18px;
          font-weight: bold;
          color: #006699;
          }
.sectionheader {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 14px;
          font-weight: bold;
          color: #006699;
          }
.quote {
          font-family: Lucida Sans, Lucida, Arial, Helvetica;
          font-size: 21px;
          font-weight: bold;
          color: #006699;
          }
