body{
  background-color:white;
  font-family:verdana;
  font-size:12px;
  width:900px;
}

 table{
   border-collapse: collapse;
   font-family: verdana;
   font-size:12px;
 }

td.logo{
  font-size: 28px;
  color:white;
  text-align:center;
  vertical-align:top;
  width:100%;
  height:100px;
  background-color:black;
  padding:5px;
}

td.hmenu{
  border-left: 1px solid #E6E6E6;
  border-right: 3px solid #707070;
  border-bottom: 2px solid #959595;
  border-top: 0px solid red;
  padding: 5px;
  padding-bottom: 1px;
  background-color: #E0E0E0;
}

td.hmenuSpace{
  border-left: 0px solid #666666;
  border-right: 0px solid #666666;
  border-bottom: 0px solid #666666;
  border-top: 0px solid red;
  padding: 0px;
  width: 5px;
}


td.menu{
  font-size:12px;
  text-align: right;
  background-color:white;
  border-bottom:0px solid black;
  padding-bottom:5px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#login{
  border-bottom: 0px solid #5FC1BC;
}

div.banner{
  color:white;
  font-size: 28px;
  font-family: comic sans ms;
  height: 100px;
  width:100%;
  background-color: gray;
  text-align:center;
  vertical-align: middle;
}

td{
  border: 0px solid black;
  text-align: left;
  padding:3px;
}

td.warn{
  font-size: 10px;
  color:red;
}


td.leftColumn{
  font-size:12px;
  font-family:verdana;
  width:250px;
  background-color:white;
  border-right: 0px solid #A9A9A9;
  padding-right: 15px;
  vertical-align: top;
}

td.bodyColumn{
  font-size:12px;
  font-family:verdana;
  background-color:white;
  width: 600px;
  vertical-align: top;
  margin-left: 15px;
}


td.footerRow{
  color:black;
  text-align:center;
  background-color:white;
  /*border-top:1px solid black; */
}

div.titleBar{
  background-color: #FFFF99;
  color:black;
  font-size:14px;
  font-family: verdana;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  text-align: center;
}



a:link {
  color: blue;
  text-decoration: none;
  font-weight:bolder;
}

a:visited {
  color: blue;
  text-decoration: none;
  font-weight:bolder;
}

a:active {
  color: blue;
  text-decoration: none;
  font-weight: bolder;
}

a:hover {
  color: black;
  text-decoration: underline;
}

input{
    font-size: 12px;
    font-family: arial;
}

#bb{
  width: 582px;
  height: 300px;
  overflow: auto;
  border:1px solid gray;
  padding: 20px;
  text-align: center;
}


div.bbMsg{
    font-size: 12px;
    border: 1px solid #336666;
    background-color: ghostwhite;
    width: 100%;
}

div.bbHeader{
    font-size: 14px;
    font-family: arial;
    font-weight: bolder;
    padding-left: 20px;
    background-color: #666666;
    text-align: left;
    color:white;
}

div.bbBody{
  font-size: 12px;
  font-family: comic sans ms;
  padding: 5px;

}

input{
  font-size: 12px;
}

select{
  font-size: 13px;
}

textarea{
  font-size: 12px;
}



form{
  padding:0px;
}

#ccBlock{
    visibility:hidden;
    height:0px;
    overflow: hidden;
}

#savingsBlock{
  visibility: hidden;
    height:0px;
    overflow: hidden;
}

#payBlock{
  height: auto;
  overflow:hidden;
}

