body {
   font-family: verdana, sans-serif;
   color : #555;
   background-color : #fff;
   }

.logo {
   position : absolute;
   top : 0px;
   left : 15px;
   border : 0 none ;
   }

.margin {
   padding : 0px;
   position : absolute;
   top : 145px;
   left : 20px;
   width : 150px;
   }

.content {
   padding : 0px 10px;
   margin : 40px 10px 10px 200px;
   font-size : 14px;
   }

ul.navlist
{
font-size : 15px;
font-weight : 500;
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
}

ul.navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul.navlist li a
{
display: block;
width: 100%;
padding: 1px 5px;
border-width: 1px;
border-color: #ffe #ddd #ccc #fff;
border-style: solid;
color: #069;
text-decoration: none;
background: transparent;
}


ul.navlist li a:hover
{
color: #fff;
background: #e31;
border-color: #aaa #fff #fff #ccc;
}

.content a:link{
color: #069;
   }
   
.content a:hover, .content.active{
color: #e31;
   }


.footer {
   border-top: 1px solid #aaa;
   margin-top: 200px;
   padding-top: 5px;
}


.trans {
   background-color : transparent;
   color : #000;
   }

.counter , .printer {
   display : none;
   }

.pic, .picl, .picr {
    padding: 1px;
    border : solid #aaa 1px;
    }

.picr {
    margin : 0px 0px 15px 10px;
    float : right;
    clear : right;
    }

.picl {
    margin : 0px 10px 15px 0px;
    float : left;
    clear : left;
    }

.button {
    padding: 1px;
    border-style : none;
    margin : 5px 0px 15px 0px;
    float : right;
    }


td, th { border-bottom: 1px solid #555; border-right: 1px solid #555; text-align: left; }

.blind td, .blind th { border: 0px; cellpadding: 50px  }

.data td, .data th {
    font-weight : 500;
    }

.data th{
    font-weight : 700;
    }

h1 , h2 , h3 , h4 , h5 , h6 {
   background-color : transparent;
   }

h1 {
   border-bottom: 1px solid #aaa;
   }
