 html, body{
    height: 100%;
  }
  body{
    background-color:#F7F7F7;
    margin: 0px;
  }
  form{
    display: inline;
  }
  td{
    font-family: arial;
    font-size: 10px;
    color: #00628C;
  }
  .topcell{
    background-image: url('topbg.gif');
    background-position: top;
    background-repeat: repeat-x;
  }
  .footer{
    width: 738px;
    padding-left: 22px;
    text-align: center;
  }
  .menu{
    background: url('menudot.gif') no-repeat left bottom;
    float: left;
    border-left: 1px solid #00628C;
    height: 15px;
    padding-left: 6px;
    padding-right: 12px;
    padding-top: 2px;
  }
  .lastmenu{
    border-right: 1px solid #00628C;
  }
  .searchdiv{
    border-right: 1px solid #00628C;
    border-left: none;
    background: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 1px;
  }
  .search_field{
    padding: 0px;
    margin: 0px;
    height: 14px;
    border: none;
    width: 70px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .search_button{
    background-color: transparent;
    border: none;
    margin: none;
    padding: none;
    font-size: 10px;
    color: #00628C;
    width: 30px;
    height: 14px;
  }
  .menu A, .menu A:hover, .menu A:visited, .menu A:visited:hover{
    text-decoration: none;
    color: #00628C;
  }
  .menu A:hover{
    color: black;
  }
  a{
    color: #00628C;
  }
  a:hover{
    color: #000000;
  }
  a:visited{
    color: #4A8EAC;
  }
  a:visited:hover{
    color: #00628C;
  }

  .schemeheading{
    font-size: 14px;
    font-weight: bold;
  }

  .scheme{
    border-color: #999999; 
    border-style: solid; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 1px; 
    border-left-width: 0px; 
    vertical-align: middle;
    padding-left: 2px;
  }

  .red{
    font-weight: bold;
  	font-color : #ff0000;
    color: #ff0000;
  }

  .infobox{ 
    padding : 3px;
    background-color : #cacaca;
  	position : relative;
    top : 10px; 
  	left : 15px;
  	font-color : black;
  	font-size : 10px;
  	font-weight: bold;
  	z-index : 2000;
  	border-style : solid;
  	border-width : 1px;
  }