/* Miscellaneous  */

body {
 background: #ffffff;
 margin-top: 4px;
 margin-left: 4px;
 text-align: center;
}

.bottom {
 font: normal 10px Arial;
 color: #000000;
 text-decoration: none;
 text-align: center;
 margin-top: 8px;
}

.text {
 font: normal 12px Arial;
 color: #000000;
 text-decoration: none;
 text-align: justify;
}

.text_right {
 font: normal 12px Arial;
 color: #000000;
 text-decoration: none;
 text-align: right;
}

.text_adaptoip {
 font: normal 12px Arial;
 color: #ed9604;
 text-decoration: none;
}

.head {
 font: bold 16px Arial;
 color: #0090ff;
 text-decoration: none;
}

.head2 {
 font: bold 16px Arial;
 color: #000000;
 text-decoration: none;
}

.head3 {
 font: bold 12px Arial;
 color: #000000;
 text-decoration: underline;
}

.link:link,
.link:visited,
.link:active {
 font: normal 12px Arial;
 color: #0090ff;
 text-decoration: none;
 border-bottom: none;
}

.link:hover {
 font: normal 12px Arial;
 color: #ed9604;
 text-decoration: none;
 border-bottom: none;
}

.backwards:link,
.backwards:visited,
.backwards:active { 
 font: normal 12px Arial;
 color: #0090ff;
 text-decoration: none;
 border-bottom: none;
 unicode-bidi: bidi-override; 
 direction: rtl; 
} 

.backwards:hover {
 font: normal 12px Arial;
 color: #ed9604;
 text-decoration: none;
 border-bottom: none;
 unicode-bidi: bidi-override; 
 direction: rtl; 
}


/* Navbar  */

.navbar1 {
 font: normal 10px Arial;
 color: #000000;
 text-decoration: none;
 text-align:center;
}

.navbar2:link,
.navbar2:visited,
.navbar2:active {
 font: normal 10px Arial;
 color: #0090ff;
 text-decoration: none;
 border-bottom: none;
}

.navbar2:hover {
 font: normal 10px Arial;
 color: #ed9604;
 text-decoration: none;
 border-bottom: none;
}

.line_hor {
 background: #ffffff url(../img_top_bottom/dot.png) repeat-x center;
}
