    table tr.spouseInfo {
    display: none;
    }
    table.showSpouseInfo tr.spouseInfo {
    display: table-row;
    }
    table tr.Member1Info {
    display: none;
    }
    table.showMember1Info tr.Member1Info {
    display: table-row;
    }
    table tr.FundInfo {
    display: none;
    }
    table.showFundInfo tr.FundInfo {
    display: table-row;
    }
    .btnstyle {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: black;
    padding: 5px 10px 5px 10px;
    border: solid 1px #CCC;
    background: #D6EBFF;
    text-shadow: 0px 1px 0px #000;
    width: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px #111;
    -moz-box-shadow: 3px 3px 1px #999;
    -webkit-box-shadow: 3px 3px 1px #999;
    cursor: pointer;
    }
    .btnstyle:hover {
    background: #1A3366;
    color: #FFF;
    }
    input[type="button"].btnstyle:enabled {
      background: #D6EBFF;
    }
    input[type=button].btnstyle:disabled {
      background: #dddddd;
      color: white;
    }
    input[type="button"].btnstyle:hover:enabled  {
      background: #1A3366;
      color: #FFF;
    }
    input[type="button"].btnstyle:hover:disabled  {
    }
    .rbtnstyle {
    }
    .chkboxstyle {
    }
    .textboxstyle {
    }
    .pulldownstyle {
    }
    div.pagecontainer {
    display:none;
    }
    div.head{
    padding-top: 50px;
    width: 1000px;
    padding:0px;
    border:0px solid gray;
    background-color: #1A3366;
    margin:0px;
    text-align: center;
    box-shadow: 2px 0px 5px #888888;
    }
    div.foot{
    padding-bottom:50px;
    width: 985px;
    padding:0px;
    border:0px solid gray;
    background-color: #1A3366;
    margin:0px;
    text-align: left;
    box-shadow: 2px 2px 5px #888888;
    }
    div.main{
    width: 1000px;
    padding:0px;
    border:0px solid gray;
    background-color: #EBF5FF;
    margin:0px;
    text-align: center;
    padding-top:0px;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 3px 0px 5px #888888;
    }
    div.copyrt{
    width: 1000px;
    padding:0px;
    border:0px solid gray;
    margin:0px;
    text-align: left;
    font-size:10px;
    padding-top:0px;
    margin-left:auto;
    margin-right:auto;
    }
    span.reqlbl{
      margin: 0px;
      text-align: left;
      color: #FF0000;
    }
    span.lbl{
      color: #000000;
      font: 14px/30px "Times New Roman",Times,serif;
    }
    span.titlelbl{
      color: #000000;
      font: normal bold 16px/30px "Times New Roman",Times,serif;
    }
    p{
      text-align: center;
      max-width: 1000px;
      left: 50px;
      right: 50px;
    }
    p.clcopyrt{
      text-align: left;
      max-width: 1000px;
    }

    .calendar-box {
    	display:none;
    	background-color:#fff;
    	border:1px solid #444;
    	position:absolute;
    	width:250px;
    	padding: 0 5px;
    }
    .calendar-box select.calendar-month {
            width:90px;
    }
    .calendar-box select.calendar-year {
            width:70px;
    }
    .calendar-box .calendar-cancel {
            width:100%;
    }
    .calendar-box table td {
            width:14%;
    }
    .calendar-box .calendar-title {
            text-align:center;
    }
    .calendar-box a {
            text-decoration:none;
    }
    .calendar-box .today a {
            padding:0 5px;
            margin-left:-5px;
            background-color:#ffe9c6;
    }
    .calendar-box .selected a {
            padding:0 5px;
            margin-left:-5px;
            background-color:#c9ff8b;
    }
