/**************************************************
 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/11blue.jpg);
          }

A:link, A:visited, A:active {
          color: 000099;
          text-decoration: none;
          }

A:hover {
          color: purple;
          text-decoration: underline;
          }

IMG {
          border: 0;
          }

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


TH {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          }
TD {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          }
TD.left {
          background-image: url(../images/background-left.jpg);
          }
TD.right {
          background-image: url(../images/background-right.jpg);
          }
TD.red {
          background: #660000;
          }
TD.lightblue {
          background: #CCCCFF;
          padding: 5;
          color: #000066;
          }
TD.mediumblue {
          background: #9999CC;
          padding: 5;
          }
TD.darkblue {
          background: #000066;
          padding: 5;
          color: #FFFFFF;
          }
TD.box {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          padding: 3;
          background: #CCCCFF;
          }
TD.border {
          background: #000066;
          padding: 1;
          }
TD.calendar {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          padding: 10;
          }
TD.corporate {
          padding: 5;
          }
TD.formheader {
          background: #993333;
          }
TD.form {
          background: #CCCCFF;
          padding: 5;
          border: 1;
          }
.quote {
          font-family: Times New Roman, Serif;
          font-weight: bold;
          font-style: italic;
          font-size: 21px;
          }
TABLE.content {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          }
DT {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          margin-left: 20;
          }
DD {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          padding: 3;
          margin-left: 40;
          }
.pageheader {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 18px;
          font-weight: bold;
          color: #000099;
          }
.sectionheader {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 16px;
          font-weight: bold;
          color: #000099;
          }
.sectionheader2 {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 14px;
          font-weight: bold;
          color: #000099;
          }
.highlighttext {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          font-weight: bold;
          color: #CC0000;
          }
.menutext {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 9px;
          }
.smalltext {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 9px;
          }
.header {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: medium;
          }
.content {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 12px;
          }
.caption {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-weight: bold;
          font-size: 12px;
          }
.smalltext {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 9px;
          }
.footer {
          font-family: "Comic Sans MS", Arial, Helvetica;
          font-size: 9px;
          }

