*{
    font-family: verdana;
    padding: 0px;
    margin: 0px;
}

body{
    background-image: url(img/bg2.gif);
}

#up_block {
    background-image: url(img/bg1.gif);
}
#up_block .content{
    width: 756px;
}
#up_block .hdr1{
    background-image: url(img/hdr1.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 90px;
}
#up_block .hdr2{
    background-image: url(img/hdr2.jpg);
    background-repeat: no-repeat;
    height: 184px;
}

#dwn_block {
    border: 0px solid black;
}
#dwn_block .content{
    background-image: url(img/bgmid.gif);
    background-repeat: y-repeat;
    width: 756px;
}
#dwn_block .content_menu{
    background-image: url(img/menubg.gif);
    background-repeat: x-repeat;
    width: 745px;
}
#dwn_block .maincontent{
   width: 750px;
   padding: 15px;
   font-size: 11px;
}
#dwn_block .footer{
    background-image: url(img/bgdwn.gif);
    background-repeat: no-repeat;
    height: 23px;
    font-size: 10px;
    padding-top: 8px;
    padding-left: 12px;
}

h1{
   font-size: 18px;
   color: darkgreen;
}
h2{
   font-size: 14px;
   color: navy;
}
.ibrdr{
    border: 1px solid gray;
    padding: 2px;
}
td{
   vertical-align: top;
   font-size: 11px;
}

a{
   color: green;
   font-weight: bold;
   text-decoration: underline;
}
a:hover{
   text-decoration: none;
}

.bordert{
   border-top: 1px solid silver;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   padding: 10px;
   text-align: center;
   vertical-align: middle;
}

.border2t{
   border-bottom: 1px solid silver;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   padding: 10px;
}

.hidet{
   border-bottom: 1px solid silver;
   background-color: Silver;
}
.hidet a { color: gray; }


.showt{
   background-color: white;
   font-weight: bold;
   font-size: 16px;
}

.item{
    visibility: hidden;
    display: none; 
}





ul{
	padding-left: 20px;
}

