﻿body {
  background-color: #DEDBDE;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  line-height: 15px;
}
a:link {
  color: #00C;
  text-decoration: none;
}
a:visited {
  color: #3B97D3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
  border-style: none;
  border-width: 1px;
  border-color: #000000;
  width: 895px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;
  min-height: 600px;
}
#leftWrap {
  background-image: url('../Images/bg_ins_left.gif');
  background-repeat: repeat-y;
  width: 50px;
}
#rightWrap {
  background-image: url('../Images/bg_ins_right.gif');
  background-repeat: repeat-y;
  width: 50px;
}
#midWrap {
  width: 795px;
  background-color: #FFF;
}
#dLogo {
  width: 795px;
}
#dMessage {
  width: 795px;
  text-align: center;
  Padding-top: 25px;
}
#dResults {
  width: 795px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#dChart {
  text-align: center;
  padding-top: 50px;
  min-height: 510px;
}
.pEntries {
  margin: 10px 5px 10px 5px;
}
.tdCol1 {
  white-space: nowrap;
  vertical-align: top;
}

