html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      font-family : arial, verdana, helvetica, sans-serif;
      font-size: medium;
      text-align: left;

}
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
   }


body{
	color: #000000;
	background-color: #FFFFF0;
}


tr.ivory{
    color: #000000;
	background-color: #FFFFF0;
}


a.foot {
	color: black;
	background-color: inherit;
	text-decoration: underline;
	font-size: 14pt;
}


a.foot:hover{
   color: white;
   background-color: inherit;
}


li.green{
  color: green;
  background-color: inherit;
}


li.red{
  color: red;
  background-color: inherit;
}

#disclaimer{
  position: relative;
  left: 5%;
  width: 90%;
}
