table, img, hr, p, h1, h2, div, form { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

body {
    font-family: Arial;
    font-size: 9pt;
    line-height: 120%; 
    color: #010101;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

td {
    font-family: Arial;
    font-size: 9pt;
    line-height: 120%; 
    color: #010101;
}

h1 {
    font-size: 13pt;
    font-weight: bold;
    color: #010101;
    margin: 5px 0 2px 0;
}

h2 {
    font-size: 10pt;
    font-weight: bold;
    color: #010101;
}

li {
    margin-bottom: 2px;
    margin-left: -8px;
}

ul {
    padding-top: 0px;
    margin-top: 0px;
    list-style-type: square;
}

p {
    text-align: justify;
    padding: 5px 0px 5px 0px;
}

a {
    color: #495A6A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,select,textarea {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #939393;
    background: #ffffff;
    border: 1px solid #C4C4C4;        
}

input.btn {
    border: 1px outset #404040;        
    background: #cacaca;
    color: #000000;
}

#topline {
    width: 100%;
    height: 25px;
    background: #31496B;
    color: #ffffff;
    font-weight: bold;
}

#slogan {
    float: left;
    padding: 5px 0 0 10px;
}

#date {
    float: right;
    padding: 5px 10px 0 0;
}

#centertop {
    width: 100%;
    height: 71px;
    text-align: center;
}

#centercnt {
    width: 80%;
    float: left;
}

#img {
    width: 200px;
    height: 71px;
    float: left;
    background: #ffffff url(images/logo.jpg) no-repeat left top;
    border-right: #000000 solid 1px;
}

#baner {
    float: right;
    width: 462px;
    height: 60px;
    margin: 8px 0 0 0;
}

#menu {
    width: 100%;
    height: 20px;
    text-align: center;
    background: #C4C4C4;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    padding: 4px 0 0 0;
}

#menu a {
    color: #3E4A72;
    font-weight: bold;
    margin: 0 10px 0 10px;
}

#content {
    width: 100%;
    float: left;
}

#left {
    width: 22%;
    float: left;
    
}

#right {
    width: 21%;
    float: right;
}       

.title {
    width: 100%;
    height: 23px;
    text-align: center;
    background: #ffffff url(images/bg.gif) repeat-x left top;
    padding: 2px 0 2px 0;
}

#main {
    width: 52%;
    float: left;
    padding: 5px 20px 0 20px;
}

.anew {
    width: 95%;
    margin: 10px 7px 0 0; 
}


.new {
    width: 100%;
    margin: 10px 0 0 0; 
}

.date {
    float: left;
    padding: 0 5px 0 0;
    font-weight: bold;
}

.name a {
    color: #3E4A72;
}

.anonce {
    padding:  0 10px 10px;
}

#footer {
    width: 100%;
    height: 20px;
    margin-top: 30px;
    text-align: center;
    float: left;
    background: #C4C4C4;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    padding: 4px 0 0 0;
}

#pages {
    width: 100%;
    font-size: 8pt;
    text-align: center;
    padding: 10px 0px 0px 0px;                
}

#pages a {
    font-size: 8pt;
    text-decoration: none;
}

#pages a:hover {
    text-decoration: underline;
}

#pages b {
    color: #000000;
}

.title h1 {
    margin: 0;
}

.txt {
    text-align: justify;
}


._prlink{
    font-size:11px; 
    padding:10px; 
    border:1px solid #bbbbbb;
}
._prlink legend{
    color:#999999;
}
._prtitle{
    font-weight:bold;
}
._prdescr{
    padding:2px 0 6px 0;
}
._prhost{
    color:#999999;
}
