  .div_content{
     width:100%;
     font-size:12px;
     font-family:Arial;
     background-color:#CACAFF;

  }

  .f1 {
     font-family:Verdana;
     font-size:13px;
     color:darkblue;
     font-weight:bolder;
  }

  .title{
     font-family:Verdana;
     font-size:19px;
     font-weight:bolder;
     color:#000080;
  }

  .h3{
     font-family:Verdana;
     font-size:14px;
     font-weight:bolder;
  }

  .h4{
     font-family:Verdana;
     font-size:12px;
     font-weight:bolder;
     color:#000080;
  }

  .h5{
     font-family:Verdana;
     font-size:9px;
     font-weight:bolder;
     color:#000080;
  }

  .td{
     font-family:Arial;
     font-size:12px;
     font-weight:bolder;
  }
  .linie{
     font-family:Arial;
     font-size:11px;
     font-weight:bolder;
  }
  .cautare_1{
     font-family:Arial;
     font-size:11px;
     font-weight:bolder;
     background: #FCFFC4;
  }
  .sel{
     font-family:Arial;
     font-size:11px;
     font-weight:bolder;
  }
  .btn{
     font-family:Arial;
     font-size:12px;
     font-weight:bolder;

     color: #FFFFFF;
     background: #888888;
     border-bottom: 1px solid #000000;
     border-right: 1px solid #000000;
     border-left: 1px solid #000000;
     border-top: 1px solid #000000;
     height:18px;
     text-decoration:none;
     cursor: pointer;

  }
.link{
        font-family:Verdana;
        font-size:11px;
        font-weight:bold;
        color:#EC7600;
        text-decoration: underline;
        cursor:pointer;
}

.txtheading{
        font-family:Verdana;
        font-size:14px;
        font-weight:bold;
        color:white;
        background: blue;
}
.txtcontents{
        font-family:Arial;
        font-size:13px;
        color:#000000;
        font-weight:bold;
}
.txtcontents_12{
        font-family:Arial;
        font-size:12px;
        color:#000000;
        font-weight:bold;
        background:#FFFFB9;
}
.row_dark   {
/*        background: #EEEEEE; */
  background:#A5CCF2;
        color:#000000;
        font-family:Verdana;
        font-size:12px;
}

.row_light   {
/*        background: #DDDDDD; */
        background:#d3e8fd;
        color:#000000;
        font-family:Verdana;
        font-size:12px;
}

.antet {
        font-family:Arial;
        font-size:24px;
        color:#0000A0;
        font-weight:bolder;
        margin-top:15px;
        margin-bottom:14px;
}

.c_hcl{
    color:#400000;
    text-decoration:none;
}

.c_hcl:hover{
    color:#400000;
    text-decoration:underline;
    font-style:italic;
}