body{
  background-color: white;
  color: #222;
  font-family: Tahoma,Arial,Verdana,Times,Helvetica;
  margin-left: 20px;
}
.pagehead{
  margin: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #193F8A;
}
.pagehead img{
  margin-right: 10px;
  vertical-align: middle;
}
.rounddiv {
  width: 500px;
  background-color: #f90;
}
.rounddiv p {
  margin: 2px 5px 10px 7px;
  font-size: 12px;
  color: white;
}
.rounddiv p.bigger{
  font-size:14px;
  font-family: verdana,tahoma,arial;
}
.rounddiv a{
  color: white;
}
.roundtop { 
  background: url(./img/tr.gif) no-repeat top right; 
}

.roundbottom {
  background: url(./img/br.gif) no-repeat top right; 
}

.roundtopblue { 
  background: url(./img/btr.gif) no-repeat top right; 
}

.roundbottomblue {
  background: url(./img/bbr.gif) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.forminstructions{
  margin: 10px;
  font-size: 11px;
}
.formsection{
  width: 500px;
  background-color: #F6F7FA;
  margin-bottom: 10px;
}
.formsectionbody{
  padding: 10px;
}
.formheader{
  font-size: 14px;
  font-weight: bold;
  color: #14336D;
  margin-top: -10px;
  margin-bottom: 10px;
}
.formheader img{
  margin-right: 6px;
}
.sectioninfo{
  font-size: 12px;
  font-weight: normal;
}
.formquestion{
  padding-top: 5px;
  padding-bottom: 24px;
  clear: both;
}
.formlabel{
  float: left;
  font-size: 12px;
  font-weight: normal;
  width: 150px;
  text-align: right;
  margin-right: 12px;
}
.formanswer{
  font-size: 12px;
  font-weight: bold;
  float: right;
  width: 310px;
}
.answerinfo{
  font-size: 11px;
  font-weight: normal;
  margin-left: 3px;
  color: #666;
}
.formtext{
  border: 1px solid #666;
  width: 250px;
  font-size: 12px;
}
.formsel{
  border: 1px solid #666;
  width: 250px;
  font-size: 12px;  
}
.formcheck{
  /*margin-left: -3px;*/
}
.required{
  font-size: 12px;
  color: #FF5104;
  margin-right: 5px;
}
.submitbody{
  text-align: right;
  padding-right: 9px;
  font-size: 11px;
}
.submitbutton{
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-color: #f90;
  border: 1px solid #ccc;
  cursor: pointer;
}
div.grid_bg{
  background-color: #F6F7FA;
  padding: 10px;
  width: 800px;
}
div.grid_title{
  background-color: #333;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
  width: 800px;
  margin-top: 10px;
}
table.cdc_grid{
  border: 0;
  width: 100%;
  background-color: #eee;
}
table.cdc_grid th{
  background-color: orange;
  color: white;
  font-family: Arial,Verdana,Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 3px;
  margin: 1px;
}
table.cdc_grid td{
  background-color: white;
  color: black;
  font-family: Arial,Verdana,Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 3px;
  margin: 1px;
}
table.cdc_grid a{
  color: blue;
}
div.info{
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 10px;
  width: 800px;
  border: 1px solid #f90;
  color: black;
  font-family: Arial,Verdana,Tahoma;
  font-size: 12px;
  font-weight: normal;
}