body { font-family: arial, verdana; font-size: 11pt }
.menu { color: white;  }
.menu a { text-decoration: none; }
.menu a:hover { color: #cc0000;	text-decoration: underline; background-color: #ff9999; }
a:hover { color: blue; }

.grayBlock {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #f0f0f0;
  width: 300px; 
}

.greenBlock {
  border: 1px solid #52B552;
  border-collapse: collapse;
  background-color: #CEEFBD; 
  width: 300px; 
}
.greenBlock a { color: #003300; }

.yellowBlock {
  border: 1px solid #D6C610;
  border-collapse: collapse;
  background-color: #FFFFC6;
  width: 300px;
}

.propBlock td {
 background-repeat: repeat-y;
}

.propBlock table { 
 font-family: arial;
 font-size: 0.9em;
}

.propBlock a {
 text-decoration: none;
 color: black;
}

.propBlock thead {
 background-repeat: no-repeat;
 overflow-x: hidden;
}

.inputTable {
  width: 390px;
  border: 1px solid pink;
  border-collapse: collapse;
}

.inputTable td {
  border: 0px solid white;
}

.inputHead { font-size: medium; font-weight: bold; background-color: #ffeeee; }
.inputHead h3 { margin-bottom: 0px; }
.inputHead h3 a { font-size: 12px; }

.inputLabel { text-align: right; font-weight: bold; vertical-align: top; }

.inputHint { font-size: 8pt; font-style: italic; }

#steps { 
  position: absolute;
  top: 150px;
  left: 490px;
  right: auto;
}

#steps table {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: #f0f0f0;
  font-size: 10pt;
}

#steps b { font-size: 1.2em; }
#steps a { text-decoration: none; color: black; }

#footLinks { font-size: 0.8em; }
#footLinks a { color: #666666; }

.required { color: #990000; }

#whatNext { font-size: 1em; }

#newsBlock {
  font-size: 8pt;
  text-align: center;
  color: darkred;
  background-color: #fffaf0;
  border: 1px dashed silver;
  width: 215px;
  height: 70px;
}

#newsBlock b { font-size: 9pt; }

#newsBlock u { font-size: 7.5pt; text-decoration: underline; }
