a:link, a:visited {
  color: #003063!important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-family: 'MS Sans Serif';
  font-size: 8pt;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border-width: 0px;
}

input, select, table, textarea {
  font-size: 8pt;
}

textarea {
  font-family: 'MS Sans Serif';
}

.Button {
  color: #003063;
  font-weight: bold;
}

.DateInput {
  width: 70px!important;
}

.ErrorMessage {
  color: red;
  font-weight: bold;
}

.ErrorMessage ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.Form {
  width: 100%;
  background-color: #EFF3F7;
  border: 1px solid #849EB5;
}

.Form INPUT, .Form SELECT {
  width: 100%;
}

.Group A {
  margin-left: 22px;
  display: block;
}

.GroupHeader {
  color: #003063;
  background-color: #CEDBE7;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 1px;
  border: 1px solid #849AAD;
  font-weight: bold;
}

.GroupHeader TABLE {
  color: #003063;
  font-weight: bold;
}

.GroupHeaderOver {
  background-color: #B5C3CE;
}

.LeftWorkSpace {
  width: 21%;
  background-color: #EFF3F7;
  border-right: 1px solid #849AAD;
}

.LeftWorkSpaceBody {
  padding: 1px 2px 1px 2px;
}

.LeftWorkSpaceHeader {
  color: white;
  background-color: #313031;
  font-weight: bold;
}

.LeftWorkSpaceHeader img {
  width: 22px;
  heihgt: 17px;
  vertical-align: middle;
}

.ReportTable {
  color: #003366;
  border: 1px solid #849AAD;
  border-collapse: separate!important;
}

.ReportTable td {
  border: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
}

.ReportTableAltItem {
  background-color: #ECF0F3;
}

.ReportTableHeader {
  text-align: center;
  background-color: #CEDBE7;
  font-weight: bold;
}

.RightWorkSpace {
  border-top: 1px solid #849EB5;
  padding-right: 15px;
}

.RightWorkSpaceCaption {
  color: #849EB5;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Arial;
  font-size: 15pt;
}

.SectionHeader {
  color: white;
  background-color: #849AAD;
  padding-left: 1px;
  font-weight: bold;
}

.WorkSpaceSplitter, .WorkSpaceSplitter img {
  width: 15px;
}