
div#content h3
  {
    margin-bottom: 1em;
	font-size: 1em;
    font-weight: bold;
  }

div#content p,
div#content ul,
div#content ol
  {
    margin-bottom: 1em;
  }

div#content ul
  {
    list-style-type: square;
  }

div#content ol
  {
    list-style-type: decimal;
  }

div#content li
  {
    display: list-item;
    margin-left: 3em;
    margin-bottom: 0.4em;
  }

div#content table
  {
    font-size: 100%;
  }

div#content td,
div#content th
  {
    padding: 0.8em 0 0 1.5em;
    text-align: left;
    vertical-align: top;
  }

div#content td.ra,
div#content th.ra
  {
    text-align: right;
  }

div#content td p
  {
    margin: 0;
  }

div#content tr:first-child td,
div#content tr:first-child th
  {
    padding-top: 0;
  }

div#content td:first-child,
div#content th:first-child
  {
    padding-left: 0;
  }

div#content div.csc-textpic
  {
    margin: 0 0 1em;
  }

* html div#content div.csc-textpic
  {
    padding-bottom: 1em;
  }

div#content div.csc-textpic p
  {
    margin: 0 0 1em;
  }

div#content fieldset
  {
    border: 0;
  }

div#content fieldset legend
  {
    display: none;
  }

table.csc-mailform td
  {
    padding-right: 10px;
    padding-bottom: 4px;
  }

table.csc-mailform td.csc-form-labelcell
  {
    padding-top: 4px;
  }

table.csc-mailform td.csc-form-fieldcell input, select, textarea
  {
    border: solid;
    border-width: 0 0 1px 1px;
    padding: 2px 5px;
    font: inherit;
  }

table.csc-mailform td.csc-form-fieldcell input.csc-mailform-submit
  {
    border: 1px solid;
    padding: 2px 20px;
    cursor: pointer;
  }

div.rflow
  {
    display: inline;
    margin-left: 10px;
    margin-right: 180px;
    float: right;
  }
