
A:LINK {
    text-decoration: underline;
    font-weight: bold;
    color: #E9F2F2;
  }


A:VISITED {
    text-decoration: underline;
    font-weight: bold;
    color: #E9F2F2;
  }


A:HOVER {
    text-decoration: underline;
    color: #FFFFFF;
  }


A[name]:hover {
    text-decoration: inherit;
    color: inherit;
    background: inherit;
  }


TABLE {
    cellspacing: 0;
    font-size: 10pt;
  }


BODY {
    background-color : #FFA600;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    font-family : Verdana, Arial;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top :0;
  }


.countner {
    color : black;
    font-family : Verdana, Arial;
    font-size : 10pt;
    font-weight : bold;
    left : 200px;
    position : absolute;
    text-align : center;
    top : 110px;
    z-index : 1;
  }


.bg {
    background-color : #FFA600;
    height: 100%;
    width: 100%;
  }


.imghead {
    background-image : url('templates/headbar.jpg');
    background-repeat : repeat-x;
  }


.bghead {
    background-image : url('templates/bgbar.png');
    background-repeat : repeat-x;
  }


.mnuh {
    background-color : #ff5100;
    height : 25;
    width : 300;
  }


.mnu {
    height : 25;
    width : 300;
  }


.mnupanel {
    font-size: 10pt;
    font-weight: bold;
    font-family : Verdana, Arial;
    height : 30px;
    vertical-align : top;
    width : 150px;
  }


.cont {
    margin-bottom : 32px;
    margin-left : 10px;
    margin-right : 30px;
    text-align : justify;
    font-family : Verdana, Arial;
  }


.micro {
    font-size: 8pt;
    font-color: gray;
  }


.footer {
    font-family: Verdana;
    font-size: 8pt;
  }


.infoborder {
    border-bottom-color : #ffa200;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #ffa200;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #ffa200;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #ffa200;
    border-top-style : solid;
    border-top-width : 1px;
    font-size : 8pt;
    padding-bottom : 10px;
    padding-top : 10px;
  }


