 body, html {
     padding: 0px;
     margin: 0px;
     height: 100%;  
     width: 100%;
     font-size: 100%;
     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
     background-color: #ffffff;
     color: #181358;
 }
 td {
     font-size: 10pt;
     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 }
 .text {
        font-size: 10pt;
 }
 p {
        padding: 0px;
        margin: 0px;
        line-height: 130%;
 }
/* p:first-letter {
        margin-left: 30px;
 }*/
 img {
        border-width: 0px;
 }
 #footer {
        background-color: #EBEBEB;
        color: 898989;
        font-size: 60%;
        line-height: 200%;
        text-align: right;
 }
 #caption {
        background-color: #0071BC;
        text-align: left;
 }
 #middle-elements {
        background-color: #011728;
 }
 #menu {
        position: relative;
        top: -250px;
        margin-bottom: -250px;
 }
 #inner-head {
        background-image: url('../img/i-head-bg.gif');
 }
 #inner-bg {
        background-image: url('../img/inner-bg.jpg');
        background-repeat: no-repeat;
        background-position: left;
 }

div.hr {
  border-top: 1px solid lightgrey;
  height: 1px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size:1px;
}

.devider {
  background-color: lightgrey;
  width: 1px;
}

.copyright {
  font-size: 10pt;
}

#dot {
  font-size:1px;
  line-height:1px;
  width:1px;
}
.picr {
        background-color: #5194DA;
        display: block;
        float: right;
        font-size: 9pt;
        margin: 10px;
        padding: 14px;
}