body { behavior: url(csshover2.htc); }
img, div, td { behavior: url(iepngfix.htc); }

body {
 margin: 0;
 text-align: center;
 font: 9px Arial;
 color:#66777C;
 background: url('./gfx/bg.png');
}

#header {
 clear: both;
 width: 650px;
 margin: 0 auto;
 text-align: center;
}
#logo {
 width: 100%;
 margin: 0 auto;
 text-align: left;
}
#logoimg {
 margin: 12px;
}
#content {
 clear: both;
 width: 650px;
 margin: 0 auto;
 text-align: center;
}
#footer {
 clear: both;
 width: 650px;
 margin: 0 auto;
 text-align: center;
}

table {
 border: 0px;
 border-collapse: collapse;
}
td {
 padding: 0px;
}

.pg-tbl {
 width: 650px;
}
.pg-tl {
 width: 10px;
 height: 10px;
 background: url('./gfx/ctl.png') no-repeat bottom right;
}
.pg-t {
 height: 10px;
 background: url('./gfx/bt.png') repeat-x bottom;
}
.pg-tr {
 width: 10px;
 height: 10px;
 background: url('./gfx/ctr.png') no-repeat bottom left;
}
.pg-l {
 width: 10px;
 background: url('./gfx/bl.png') repeat-y right;
}
.pg-ctr {
 text-align: justify;
 font: 13px Arial;
 background: #EDEDED;
}
.pg-r {
 width: 10px;
 background: url('./gfx/br.png') repeat-y left;
}
.pg-bl {
 width: 10px;
 height: 10px;
 background: url('./gfx/cbl.png') no-repeat top right;
}
.pg-b {
 height: 10px;
 background: url('./gfx/bb.png') repeat-x top;
}
.pg-br {
 width: 10px;
 height: 10px;
 background: url('./gfx/cbr.png') no-repeat top left;
}

h1 {
 text-align: justify;
 font: bold 13px Arial;
}

.ttb {
 width: 598px;
 margin-left: auto;
 margin-right: auto;
}
.btb {
 margin-left: auto;
 margin-right: auto;
}
.tbutton {
 width: 83px;
 height: 28px;
 background: url('./gfx/button.png') no-repeat bottom;
}
.bfbutton {
 width: 89px;
 height: 40px;
 background: url('./gfx/ffbutton.png') no-repeat top right;
}
.bmbutton {
 width: 76px;
 height: 40px;
 background: url('./gfx/fmbutton.png') no-repeat top;
}
.blbutton {
 width: 90px;
 height: 40px;
 background: url('./gfx/flbutton.png') no-repeat top left;
}

ul#tabnav {
 margin: 0px;
 margin-left: auto;
 margin-right: auto;
 width: 598px;
 font: 9px Arial;
 text-transform: uppercase;
 list-style-type: none;
 padding: 0px;
}
ul#tabnav li {
 float: left;
 width: 83px;
 height: 28px;
 background: url('./gfx/button.png') no-repeat bottom;
 margin: 0px 1px 0px 1px;
 border: 0;
 behavior: url(iepngfix.htc);
}
ul#tabnav li.active {
 background: url('./gfx/button_.png') no-repeat bottom;
}
ul#tabnav li:hover {
 background: url('./gfx/button_.png') no-repeat bottom;
}
#tabnav a {
 display: block;
 color: #000;
 text-decoration: none;
 text-align: center;
 padding-top: 8px;
}
#tabnav a:hover {
 text-decoration: none;
}

ul#botnav {
 margin: 0;
 margin-left: auto;
 margin-right: auto;
 width: 562px;
 font: 9px Arial;
 text-transform: uppercase;
 list-style-type: none;
 padding: 0px;
}
ul#botnav li {
 float: left;
 width: 76px;
 height: 40px;
 background: url('./gfx/fmbutton.png') no-repeat top;
 margin: 0px;
 border: 0px;
 behavior: url(iepngfix.htc);
}
ul#botnav li.first {
 width: 89px;
 height: 40px;
 background: url('./gfx/ffbutton.png') no-repeat top;
}
ul#botnav li.last {
 width: 90px;
 height: 40px;
 background: url('./gfx/flbutton.png') no-repeat top;
}
#botnav a {
 display: block;
 color: #000;
 text-decoration: none;
 text-align: center;
 padding-top: 14px;
}
#botnav a:hover {
 text-decoration: underline;
}