/* template */

* {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a {
 color: #333333;
 border-bottom: 1px dashed #333333;
 text-decoration: none;
}

a:hover {
 color: #cc0000;
}

.header-top {
 background-image: url(img/header.jpg); 
 background-repeat: no-repeat;
 height: 129px;
}


.main-area {
 padding: 0px 10px 20px 10px;
 height:300px;
 vertical-align:top;
}

.footer-top {
 background-image: url(img/horizontal_line.jpg); 
 background-repeat: no-repeat;
}

.bottom {
 font-size: 11px;
 color: #666666;
 padding: 10px 20px 10px 20px;
}

.bottom a {
 font-size: 11px;
 text-decoration: none;
 color: #666666;
 border-width: 0px;
}

.bottom a:hover {
 color: #cc0000;
}

.section-header {
 border-bottom: 1px solid #cccccc;
 padding-bottom: 5px;
}

.page-text {
 padding: 10px 8px 0px 8px;
 font-size: 12px;
 color: #000000;
 text-align:justify;
 line-height:1.5; 
}

.contacts {
 line-height:1.5;
}