body{
   background: url(images/linen.jpg)
   repeat;
   text-align: center;
   margin: 0px;
   font-size: 6px;
}
#hdr{
   height: 108px;
   background: url(images/blue.gif)
   repeat;
}
#hdrBox{
   width: 600px;
   height: 108px;
   background: url(images/blue.gif)
   repeat;
}
.hdrL{
   width: 500px;
   height: 100px;
   float: left;
}
.hdrR{
   width: 100px;
   height: 100px;
   float: left;
}
#nbr{
   height: 30px;
   background: #000033;
   color: #FFFFFF;
   font: 10px verdana;
}
#nbrBox{
   width: 600px;
   background: #000033;
}
.nbrItm{
   width: 120px;
   height: 20px;
   float: left;
   padding-top: 8px;
}
#cnt{
   height: 320px;
}
#cntBox{
   overflow: auto;
   position: relative;
   width: 600px;
   height: 300px;
   margin: 10px;
   text-align: left;
   font-size: 10px;
}
#fbr{
   height: 30px;
   background: #000033;
   color: #FFFFFF;
}
.fbrBox{
   width: 600px;
   color: #FFFFFF;
   font: 36px verdana, fantasy;
   font-weight: bold;
   letter-spacing: 30px;
   line-height: .78em;
}
#ftr{
   background: url(images/blue.gif)
   repeat;
   height: 70px;
   padding-top: 8px;
}
#ftrBox{
   width: 600px;
   font: 9px verdana;     
}
.dvr{
   height: 9px;
   background: url(images/dvrLine.gif);
   margin: 0px;
}
.adrhlt{
   color: #FFFFFF;
   font-weight: bold;
   padding: 0px 5px;
}
div.ln {
   border-top: 1px solid #666666;
   padding-top: 1em;
}
.row{
   width: 580;
}
.col1{
   float: left;
   width: 30px;
   font: 14px tahoma;
}
.col2{
   float: left;
   font: 11px tahoma, arial, times new roman, fantasy;
   letter-spacing: .06em;
   width: 550px;
   text-align: justify;
}
.imgrgt{
   margin: 4px;
   float: right;
}
.imglft{
   margin: 4px;
   float: left;
}