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

BODY, TABLE, TR, TH, TD, H1, H2, H3, H4, H5, H6, DIV, DD, DT, DL {
          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: blue;
          }

A:hover {
          color: purple
          }

IMG {
          border: 0;
          }

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


TH {
          font-family: Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          }
TD {
          font-family: Arial, Helvetica;
          font-size: 12px;
          }
TD.rust {
          background: #993300;
          }
TD.beige {
          background: #CC9966;
          }
TD.border {
          background: #000000;
          padding: 1;
          }
TABLE.infotable {
          margin: 1;
          spacing: 1;
          border: 1;
          border-width: 5 5 5px 5px;
          border-top: 1;
          border-left: 1;
          border-right: 1;
          border-bottom: 1;
          border-spacing: 1;
          }
TD.infotable2 {
          background: #E7D1BA;
          padding: 3;
          border-width: 5px 5px 5 5;
          }
TD.infotable {
          background: #CC9966;
          padding: 3;
          border-width: 5px 5px 5 5;
          }
DT {
          font-family: Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          }
DD {
          font-family: Arial, Helvetica;
          font-size: 12px;
          }
.sectionheader {
          font-family: Arial, Helvetica;
          font-size: 14px;
          font-weight: bold;
          color: #993300;
          }
.smalltext {
          font-family: Arial, Helvetica;
          font-size: 11px;
          font-weight: bold;
          color: #993300;
          }
