<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    background-image: url("../images/page-background.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4b4b4b;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: #246a97;
    border-bottom: 1px solid #a9a9a9;
    font-weight: normal;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
pre{
	font-family:"Consolas","Courier New", Courier, monospace
}
h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #246a97;
    margin-top: 12px;
    margin-bottom: 16px;
}

h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #246a97;
    margin-top: 14px;
    margin-bottom: 14px;
}

h4{
    font-size:14px;
    text-align:left;
    font-weight: bold;
    color:#ff7700;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #0c3397;
    margin-top: 6px;
    margin-bottom: 6px;
    background-image: url("../images/h5-bullet.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding:0 0 0 10px;
}


sup {
    vertical-align: super;
    font-size: 11px;
}

sub {
    vertical-align: sub;
    font-size: 11px;
}

#wrapper {
    margin: 0 auto;
    width: 1180px;
}

#header {
    background-image: url("../images/header-background.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 303px;
    width: 1180px;
}

#header img {
    margin-left: 265px;
    margin-top: 12px;
}

.header-title {
    margin-top: -302px;
    margin-left: 10px;
}

#navigation {
    margin-top: 16px;
    height: 30px;
    line-height: 30px;
}

#horizontal_menu {
    margin-left: 30px;
    visibility: hidden;
}

.language {
    background-image: url(../images/black-pixel.png);
    height: 37px;
    width: 66px;
    float: right;
    margin-right: 30px;
    visibility: hidden;
}

.language img {
    border: none;
    margin: 3px 10px 3px 10px;
    opacity: 0.8;
}

.language img:hover {
    opacity: 1;
}

#content {
    width: 1180px;

}

#content p {
    margin-bottom: 6px;
    line-height: 15px;
    text-align: justify;
}

#content ul {
    margin-left: 40px;
    margin-bottom:10px;
}

#content ul li {
    list-style: disc outside none;
    list-style-image: url(../images/bullet1.gif);
    line-height: 20px;
    padding-left: 12px;
}
#content ul li ul{
    margin-left:40px;
}
#content ul li ul li{
    list-style: disc outside none;
    line-height: 20px;
    padding-left: 12px;
}
#content ol{
    margin-left:40px;
}
#content ol li{
    list-style-type: decimal;
    line-height:22px;
}
.content-separator{
    margin-top:20px;
    margin-bottom:20px;
    border-top:1px dashed #bdbdbd;
}
.content-index2 {
    background-image: url(../images/content-background.png);
    background-repeat: repeat-y;
    background-position: right;
    min-height: 300px;
}

.content-index1 {
    min-height: 300px;
}

.content-index-left {
    float: left;
    width: 680px;
    height: auto;
    margin-left: 40px;
    margin-top: 70px;

}

.content-index-right {
    float: left;
    margin-top: 70px;
}

.one-column-content {
    float: left;
    width: 1080px;
    height: auto;
    margin-left: 40px;
    margin-top: 70px;
}

/*.content-index p {*/

/*}*/

/*.content-index ul {*/
/*margin-left: 40px;*/
/*}*/

/*.content-index ul li {*/
/*background-image: url(../images/bullet1.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: left center;*/
/*line-height: 17px;*/
/*padding-left: 12px;*/
/*}*/

#content a {
    font-weight: bold;
    text-decoration: none;
}

#content img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#content a:link {
    color: #246a97;
}

#content a:visited {
    color: #246a97;
}

#content a:hover {
    color: #ff4517;
}

.quick-link-download {
    display: block;
    background-image: url("../images/quick-link-download-background.png");
    background-repeat: no-repeat;
    width: 380px;
    height: 85px;
    line-height: 85px;
    padding-left: 30px;
    margin-left: 32px;
    font-size: 26px;
}

.quick-link-download a {
    font-weight: normal !important;
}

.quick-link-download a:link {
    color: #dfdfdf !important;
}

.quick-link-download a:visited {
    color: #dfdfdf !important;
}

.quick-link-download a:hover {
    color: #ff7b00 !important;
}

.payment-fee-table {
    margin-left: 30px;
    font-size: 12px;
    margin-bottom: 30px;

}

.payment-fee-table tr.blank {

}

.payment-fee-table tr {

}

.payment-fee-table th {
    background-color: #ededed;
    background-image: url("../images/th-border.jpg");
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 4px !important;
    vertical-align: middle;
    text-align: left;
    margin: 3px;
    border: 3px solid white;
}

.payment-fee-table td {
    padding: 4px !important;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 3px solid white;
}

tr.blank th {
    background-color: white;
}

.payment-fee-table img {
    margin-bottom: -10px;
}
.payment-fee-table td ul{
    margin-left:15px !important;
}
.payment-fee-table td ul li{
    list-style-type: disc;
    background-image: none !important;
    padding-left:0 !important;
    line-height:14px !important;
    /*white-space: nowrap;*/
    margin-right:4px;
}
.payment-fee-table td ul li ul{
    margin-left: 35px !important;
}
td ul li ul li .payment-fee-table{
    list-style: disc outside none !important;
}
.table-names-text{
    color:#33456a;

}
.ustanove-names-text{
    font-family: verdana;
    font-size:10px;
    color:gray;
    line-height: 12px;
}
.central-image-block{
    margin:0 auto;
    text-align: center !important;
}
.central-image-block img{
    float:none !important;
    margin:20px 20px 20px 20px;
}
.pseudo-button a{
    background-color:#282828;
    display:block;
    height:35;
    font-size:20px;
    text-align: center;
    width:180px;
    margin-left:30px;
    margin-bottom:20px;
    margin-right:30px;
    padding:10px;
    font-weight: normal !important;
    float:right;
}

/*.pseudo-button a{*/
    /*font-weight: normal !important;;*/
/*}*/
.pseudo-button a:link{
    color:#f76501 !important;
}
.pseudo-button a:visited{
    color:#f76501 !important;
}
.pseudo-button a:hover{
    background-color: black;
    color:#55bbff !important;
}
.article-divider{
    width:100%;
    border-bottom:1px dashed #afafaf;
    margin-top:15px;
    margin-bottom:15px;
}
.video{
    text-align: center;
    margin-top:40px;
}
.video iframe{
    border: 1px solid #cccccc;
    padding:10px;
}
.left-column-gallery{
    float:left;
    width:400px;
}
.left-column-gallery ul{
    margin-left:0px !important;
    width:400px;
}
.left-column-gallery ul li{
    list-style: none !important;
    background-image: none !important;
}
.left-column-gallery ul li img{
    float: none !important;
    margin:4px !important;
}
.right-column-gallery{
    float: left;
    margin-left:30px;

}
.right-column-gallery img{
    float: none !important;
}
#footer {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/footer-background.jpg");
    background-repeat: repeat-x;
    height: 40px;

}

.footer-content {
    font-size: 11px;
    color: #949494;
    text-align: center;
    line-height: 40px;
}

.footer-content a {
    text-decoration: none;
}

.footer-content a:link {
    color: #949494;
}

.footer-content a:visited {
    color: #949494;
}

.footer-content a:hover {
    color: #ff7b00;
}</pre></body></html>