﻿BODY
{ background-color: #F5F5F5;
}
INPUT
{ font-weight: bold;
}
SELECT
{ font-weight: bold;
}
.Title
{ font-family: Arial;
  font-size: 18;
  font-weight: bold;
}
.Submit
{ font-weight: bold;
}
.Menu
{ background: #E0D8D0;
  border-style: outset;
  border-width: 2px;
  border-color: White Gray Gray White
}
.MenuItem, .MenuItem-Hover
{ cursor: default;
  font-family: Arial;
  font-size: 9pt;
  padding-left: 19;
  padding-right: 16;
}
.MenuItem-Hover
{ background: MidnightBlue;
  color: White;
}
.HeadingTable,
.DataTable
{ table-layout: fixed;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.DataDiv
{ overflow: auto;
  margin: 0;
  padding: 0;
}
.DetailLabel
{ font-weight: bold;
}
.GroupLabel
{ font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.Required
{ color: Red;
  font-size: 18;
  font-weight: bold;
}
