﻿.header {
  background-image: url(/images/HeaderBackground.jpg);
  background-repeat: no-repeat;
  height: 148px;
}
BODY {
  background-image: url(/images/BodyBackground.jpg);
  background-repeat: repeat-x;
  font-family: Segoe UI, Arial, Helvetica;
}
.form {
  background-image: url(/images/FormBackground.png);
  background-repeat: repeat-x;
}
.instruction {
  background-color: #eeeeee;
  border: thin solid #c6c6c6;
  text-align: left;
  margin: 5px;
  padding: 10px;
  font-size: 8pt;
}
a {
  color: #428bca;
  text-decoration: underline;
}
a:hover {
  color: #2a6496;
  text-decoration: none;
}
.errorMsg {
  color: red;
}
.required-asterisk {
  color: red;
}
.validation-summary-errors {
  color: red;
}