body       { font-family:     Arial, Verdana, sans-serif}
/* -------------------------------------------------------------------- */
/*                   LINKS CSS Formatting Attributes                    */
/* -------------------------------------------------------------------- */
a          { margin-top:      0px;
             margin-bottom:   10px;
             font-family:     Arial, Verdana;
             font-size:       small;
             font-weight:     bolder }

a:link     { margin-top:      0px;
             margin-bottom:   10px;
             margin-left:     0px;
             color:           #0000DD;
             text-decoration: none }
a:visited  { margin-top:      0px;
             margin-bottom:   10px;
             margin-left:     0px;
             color:           #0000DD;
             text-decoration: none }
a:active   { margin-top:      0px;
             margin-bottom:   10px;
             margin-left:     0px;
             color:           #0000DD;
             text-decoration: underline }
a:hover    { margin-top:      0px;
             margin-bottom:   10px;
             margin-left:     0px;
             color:           #0000DD;
             text-decoration: underline }
/* -------------------------------------------------------------------- */
/*               PARAGRAPH CSS Formatting attributes                    */
/* -------------------------------------------------------------------- */
p.tableleft     { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   20px;
             margin-right:    10px;
             text-align:      left;
             font-family:     Arial, Verdana;
             font-size:       small;
             font-weight:     bolder }
p.sectiontitle { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      left;
             font-family:     Arial, Verdana;
             font-size:       medium;
             font-weight:     bolder }
p.left     { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      left;
             font-family:     Arial, Verdana;
             font-size:       small }
p.right    { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      right;
             font-family:     Arial, Verdana;
             font-size:       small }
p.center   { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      center;
             font-family:     Arial, Verdana;
             font-size:       small }
p.leftcenter   { margin-top:      12px;
             margin-left:     0px;
             margin-bottom:   12px;
             margin-right:    0px;
             text-align:      center;
             font-family:     Arial, Verdana;
             font-size:       small;
             color:           #FFFFFF }
p.justify  { margin-top:      10px;
             margin-left:     10px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      justify;
             font-family:     Arial, Verdana;
             font-size:       small }
p.listjustify  { margin-top:      0px;
             margin-left:     10px;
             margin-bottom:   0px;
             margin-right:    10px;
             text-align:      justify;
             font-family:     Arial, Verdana;
             font-size:       small }
p.linkjustify  { margin-top:  0px;
             margin-left:     20px;
             margin-bottom:   10px;
             margin-right:    10px;
             text-align:      justify;
             font-family:     Arial, Verdana;
             font-size:       small }
p.statusleft { margin-top:      0px;
             margin-left:     0px;
             margin-bottom:   0px;
             margin-right:    3px;
             text-align:      left;
             font-family:     Arial, Verdana;
             font-size:       small;
             font-weight:     bold;
             color:           #FFFFEF }
p.statusright { margin-top:    0px;
             margin-left:     0px;
             margin-bottom:   0px;
             margin-right:    3px;
             text-align:      right;
             font-family:     Arial, Verdana;
             font-size:       small;
             font-weight:     bold;
             color:           #FFFFEF }
p.formtext { margin-top:      0px;
             margin-left:     20px;
             margin-bottom:   0px;
             margin-right:    3px;
             text-align:      left;
             font-family:     Arial, Verdana;
             font-size:       small;
             font-weight:     bold;
             color:           #000000 }

/* -------------------------------------------------------------------- */
/*                  TABLE CSS Formatting attributes                     */
/* -------------------------------------------------------------------- */
td.header      { background-image: url("section.jpg");
                 text-align:       left;
                 font-family:      "Impact", "Arial Bold";
                 font-size:        x-large;
                 font-style:       italic;
                 color:            #DFDFDF }
td.leftcontent { background-color: #FFFFFF;
                 text-align:       left;
                 font-family:      Arial, Verdana;
                 font-size:        small;
                 margin-top: 10px;
                 margin-bottom: 10px }
td.leftcenter  { background-color: #FFFFFF;
                 margin-top:       10px;
                 text-align:       center;
                 font-family:      Arial, Verdana;
                 font-size:        small;
                 font-weight:      bold }
td.content     { background-color: #FFFFFF;
                 text-align:       right;
                 font-family:      Arial, Verdana;
                 font-size:        small )
td.rightcontent { background-color: #FFFFFF;
                 text-align:       justify;
                 font-family:      Arial, Verdana;
                 font-size:        small )
/* -------------------------------------------------------------------- */
/*                     IMAGE CSS Formatting Tags                        */
/* -------------------------------------------------------------------- */
img.menubutton { width:    140px;
                 height:   22px }
/* -------------------------------------------------------------------- */
/*                      LIST CSS Formatting Tags                        */
/* -------------------------------------------------------------------- */
ul.enumerated { list-style-type: decimal;
                font-family:     Arial, Verdana;
                font-size:       small;
                text-align:      justify;
                margin-right:    10px;
                margin-bottom:   20px}

ul.header     { list-style-type: decimal;
                font-family:     Arial, Verdana;
                font-size:       small;
                text-align:      justify;
                margin-right:    10px;
                margin-top:      10px;
                margin-bottom:   20px}
ul.menuoption { list-style-type: decimal;
                font-family:     Arial, Verdana;
                font-size:       small;
                text-align:      justify;
                margin-right:    10px;
                margin-bottom:   0px }
ul.subsection { list-style-type: decimal;
                font-family:     Arial, Verdana;
                font-size:       small;
                text-align:      justify;
                margin-right:    10px;
                margin-bottom:   0px }
