/* -----------  General Setup Page Layout  -------- */
.HiLite1                {background-color: #c4ffc4;}
ul                      {margin-top: 0px;}
.floatRight             {float: right; margin: 5px 3px 5px 10px; border: 1px solid #036972;}
.alignRight             {text-align: right;}

/* -----------  Table Setup1  -------- */
.tblS1                  {margin: 10px auto; border: 0px solid #000000; border-collapse: collapse;}
.tblS1 td, .tblS1 th    {padding: 2px 4px; border: 1px solid #c0c0c0;}
.tallRow td             {padding-top: 6px; padding-bottom: 6px;}

/* -----------  Sample Code  -------- */
.sampleCode             {margin: 5px; padding: 3px; background-color: #ffffca; border: 1px solid #ff80ff;}
.monoSpc                {font: 10pt normal Courier New, Courier, Monospace;}
.monoSpcSmall           {font: 8pt normal Courier New, Courier, Monospace;}
.blu                    {color: #5050ff;}
.grn                    {color: #00a000;}
