A:link {
  color: blue;
  text-decoration: none
}

A:visited {
  color: blue;
  text-decoration: none
}

A:active {
  color: blue;
  text-decoration: none
}

A:hover {
  color: red;
  text-decoration: underline
}

A.white:link {
  color: white;
  text-decoration: none
}

A.white:visited {
  color: white;
  text-decoration: none
}

A.white:active {
  color: white;
  text-decoration: none
}

A.white:hover {
  color: white;
  text-decoration: underline
}

A.black:link {
  color: black;
  text-decoration: none
}

A.black:visited {
  color: black;
  text-decoration: none
}

A.black:active {
  color: black;
  text-decoration: none
}

A.black:hover {
  color: black;
  text-decoration: underline
}

BODY {
  font-family: helvetica, arial, sans-serif;
  background: white;
}

.mainBody 
{
  margin: 4px;
}

.logoStripe
{
  margin-top: 1ex;
  margin-bottom: 1ex;
  background: #f0f0f0;
  padding: 1ex;
}

.overviewClientEntryForm
{
}

.overviewClientEntryFormTitle
{
  margin-top: 1ex;
  margin-bottom: 1ex;
  font-size: x-large;
  font-weight: bold;
}

.overviewClientEntryFormIntro
{
  margin-bottom: 1ex;
  font-size: small;
  font-weight: normal;
}

.overviewClientEntryFormBox
{
  margin-bottom: 1ex;
}

table.overviewClientEntryFormTable
{
  border-style: solid;
  border-width: 0.5ex;
  border-color: black;
  background-color: #f0f0f0;
  padding: 4ex;
}

tr.overviewClientEntryFormTableRow
{
  vertical-align:top;
  margin: 1ex;
}

td.overviewClientEntryFormTableRowTitle
{
  vertical-align:top;
  horizontal-align: right;
}

.overviewClientEntryFormFieldName
{
  font-weight: bold;
  horizontal-align: right;
}

