body {
  font-size: 83%; color: #333333;
  text-align: center; margin-top: 0px;
  font-family: verdana,helvetica, arial; background-color: #ffffff; border: 0px solid gray;
}
table{ border-collapse: separate; border: 0px solid black;
       background-color: #ffffff; margin: 1px;  
}

table.content{ border-collapse: separate; border: 0px solid gray; vertical-align: top; padding: 0px 0px 0px 0px;
               background-color: #ffffff; width: 810px; text-align: left; table-layout: fixed;
}

table.footer{
margin: 2px; border: 0px solid gray; text-align: center;
}

table.rcontent{ border-collapse: separate; border: 0px solid gray;
               background-color: #ffffff; width: 560px; table-layout: fixed;
}

table.left{
background-color: #b2e57f; text-align: left; vertical-align:top; border: 0px solid gray; width: 200px; table-layout: fixed;
}

table.right{
margin: 5px; padding: 5px; text-align: left; vertical-align:top; border: 0px solid gray; table-layout: fixed;
}

table.cright{
margin: 2px; border: 2px solid gray; width: 560px;
}

table.frm{
    border-collapse: separate; border: 1px solid gray; margin:0px;
    width: 400px; padding:0px; /*background-color:#edffff;*/
}

table.frm2{
    border-collapse: separate; border: 0px solid gray; margin:0px;
    width: 650px; padding:0px; /*background-color:#edffff;*/
}

caption{
    font-weight: bold;
    /* margin-left: -80px; width: 400px; text-align: center;
    /*vertical-align: bottom*/
}

td {
  FONT-SIZE: 83%; COLOR: #333333; FONT-FAMILY: arial,verdana,helvetica;
}

.cont td{
         width:560px; padding: 2px 2px 2px 15px;
}

.lead{
      width:18%; padding: 2px 2px 2px 2px;font-weight: bold;
}

.title td{
         padding: 2px 2px 2px 15px; background-color: #c7d1ff; font-weight:bold;
         font-size: 100%; width:100%;
}

.rcont td{
         padding: 15px 10px 1px 15px; background-color: #ffffff;
         text-align: left; font-size: 83%; border:1px solid black; table-layout: fixed;
}

.sheading td{
          text-decoration:underline;
}

.sheading1 {
          font-style:italic; background-color:#dfeaff
}

.sheading2 {
          font-style:italic; background-color:#ffff99
}

.sheading3 {
          font-style:italic
}

.rnotice{
         padding: 15px 15px 15px 15px; background-color: #dfeaff;
         font-size: 14px; font-weight: bold; border:1px solid black;
         width: 350px; height:200px;
}

.Nav td{
    BORDER-RIGHT: #ffffff 0px solid; FONT-SIZE: 13px; WIDTH: 10%; LINE-HEIGHT: 16px;
    FONT-FAMILY: arial; text-align: center; WHITE-SPACE: nowrap
}

.lable {
     font-weight:bold;
}

.slable {
     font-style:italic; font-weight:bold;
}

.notice {
   font-size: 11px; color: #ff6666
}

.notice1 {
   font-size: 12px; color: #ff6666
}

.row1{
    font-size: 80%; border:1px solid black; background-color: #ffffff;
}

.row2{
    font-size: 80%; border:1px solid black; background-color: #f7f7e7;
}

.cell1{
    width: 200px;
}

.cell2{
    width: 200px;
}

.cell3{
    width: 50px; text-align: right; WHITE-SPACE: nowrap
}

.cell4{
    width: 50px; text-align: right; WHITE-SPACE: nowrap
}

.cell5{
    width: 40px; text-align: right;
}

.cell6{
    width: 20px; text-align: center;
}


.Tcell1{
    width: 80px;
}

.Tcell2{
    width: 140px;
}

.Tcell3{
    width: 40px; text-align: right; WHITE-SPACE: nowrap
}

.Tcell4{
    width: 70px; text-align: right; WHITE-SPACE: nowrap
}

.Tcell5{
    width: 50px; text-align: right;
}

.Tcell6{
    width: 100px; text-align: center;
}

.Tcell7{
    width: 50px; text-align: center;
}

a.Navi, a.Navi:visited{
  padding-right: 3px; display: block; padding-left: 3px; font-size: 83%; font-weight:bold;
  padding-bottom: 3px; color: #000000; padding-top: 3px;
  background-color: #b2e57f; text-decoration: none
}

a.Navi:hover {
  color: #ffffff; background-color: #66cc00
}
a.Navi:active {
  color: #ffffff; background-color: #66cc00;
}

a, a:link, a:active{
color: #333399; font-size: 100%;
text-decoration: none;
}

a:hover{
color: #333399;text-decoration:underline;

}

a.slink, a.slink:visited{
    color:blue; text-decoration:underline; font-size:12px;
}

h1 {
color: #333399; text-align: left; margin: 0; padding: 0 0; margin-bottom: 0;
}

h4 {
background-color: #c7d1ff;
text-align: center;
}

.button{
        width: 140px; font-weight:bold;
}

hr{
    color:#c7d1ff;
}

.spre
{
  font-family: Lucida Console, Courier, Courier New, monospace;
  font-size: 83%; width: 560px; white-space: pre;
}

pre {
 font-family: Lucida Console, Courier, Courier New, monospace;
 font-size: 83%; width: 99%;
 white-space: pre; /* CSS2 */
 white-space: -moz-pre-wrap; /* Mozilla */
 white-space: -hp-pre-wrap; /* HP printers */
 white-space: -o-pre-wrap; /* Opera 7 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: pre-wrap; /* CSS 2.1 */
 white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
 word-wrap: break-word; /* IE */
 _white-space: pre;
}