p {
  font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; 
  /*color: #67C4D2;*/
  color: #600860;
  font-size: 10pt;
}
a:link, a:visited, a:hover, a:active {
  font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; 
  color: #31659c;
  text-decoration: underline;
}
textarea {
  font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; 
  font-size: 10pt;
}
span.required {
  color: red;
}
body {
  background: white;
  margin: 0;
  color: #600860;
  font-size: 10pt;
}
div.header {
  position: relative;
  height: 271px;
  width: 100%;
  text-align: center;
}
div.header-left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
div.header-right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("/graphics/backgrounds/background-right.jpg") repeat-x;
}
div.header-image {
  display: block;
  position: relative;
  width: 700px;
  height: 271px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
div.ie5CenterFix {
  text-align: center;
}
div.center {
  width: 700px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div.cursor {
  background: white;
  border: 1px solid black;
  margin: 1px;
}
div.footer {
  clear: both;
  width: 700px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
table {
  border: 0;
  padding: 5px;
  margin: 0;
}
table.border {
  border: 1px solid black;
  border-left: 0;
  border-top: 0;
  padding: 0;
  margin: 0;
}
table.border tr {
  border: 0;
  padding: 0;
  margin: 0;
}
table.border tr td {
  border: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
ul {
  font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; 
  list-style: disc;
  color: #67C4D2;
}
li span {
  color: #600860;
}
li span a:link,
li span a:visited,
li span a:hover,
li span a:active {
  color: #31659c;
}