/****************** Class Selectors ***********************/
.body {
  position: absolute;
  top: 14px;
  left: 150px;
  margin: 2px 1em 1em 1em;
}
/* --- General selectors for the site --- */

P {
  color : #000000; 
  font-family : Helvetica, Arial, sans-serif;
  font-size : 14px;
}

.Header1{
  color : #000066; 
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-weight : bold;
  font-size : 16px; 
  text-decoration : none;
  margin-left: 10px;
  margin-bottom: 10px;
}

.Header2 {
  color: #000066; 
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-weight : bold;
  font-size : 18px; 
  text-decoration : none;
  margin: 10px 0;
/*  margin-bottom: 10px;*/
}

.Header3 {
  color: #000000;
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-weight : bold;
  font-size : 14px;
  text-decoration : none;
  margin-bottom : 10px;
}

.TitleHeader {
  color : #000000;
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-weight : normal;
  font-size : 24px;
  text-decoration : none;
  line-height: 1.5;
  margin-bottom : 10px;
}

.PageHeader {
  float: left;
  color: #000066; 
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-weight : bold;
  font-size : 18px; 
  text-decoration : none;
  margin: 30px;
  line-height: 130%;
}

.Table  {
  color : #000000; 
  font-family : Helvetica, Arial, sans-serif;
  font-size : 8px;
}

.TableHeader {
  color : #000066;
  font-family : Helvetica, Arial, sans-serif;
  font-size : 11px;
  font-weight : bolder;
}

.TableData {
  color : Black;
  font-family : Helvetica, Arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
}

.altRow {
  background-color: Aqua;
}

.Copyright {
  color : #000000; 
  font-family : Helvetica, Arial, sans-serif;
  font-size : 11px;
}

.TextFooter {
  color : #333333; 
  font-family : Helvetica, Arial, sans-serif;
  font-weight : normal;
  font-size : 10px;
}

.ht1,.ht2 {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 10px;
  visibility: hidden 
}

.hyperText {
  color: #333333;
  font: 10px/12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
  background-color: #cccccc;
  padding: 5px;
  border: solid 2px #ff6666;
  width: 250px;
}

.SelectProjectYear {
  
}

.checkboxLabel {
  margin: 0 15px 0 15px;
  background: yellow;
}

.blue {
  color: #0000ff;
}

.red {
  color: #FF0000;
}

.green {
  color: #006600;
}

.yellow {
  color: #666600;
}