BODY {
        COLOR: #000000;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        FONT-SIZE: 9pt;
}
h1   {
	COLOR: #ff5c00;
	FONT-SIZE: 13pt;
    font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
h2   {
        COLOR: #073569;
        FONT-SIZE: 12pt
}
h3   {
        COLOR: #073569;
        font-style: italic;
        font-size: 11pt;
}
h4   {
        COLOR: #073569;
        FONT-SIZE: 10pt;
        font-style: normal;
        font-weight: bold;
}
A {
        COLOR: #37862F;
        TEXT-DECORATION: none
}
A:hover {
        COLOR: #37862F;
        TEXT-DECORATION: underline
}
A.nyito {
        COLOR: #000000;
        FONT-SIZE: 9pt;
        font-weight: bold;
        TEXT-DECORATION: none
}
A.nyito:hover {
        COLOR: #ff5c00;
        FONT-SIZE: 9pt;
        font-weight: bold;
        TEXT-DECORATION: none
}
A.uk {
        COLOR: #37862F;
        FONT-SIZE: 9pt;
        font-weight: bold;
        TEXT-DECORATION: none
}
A.uk:hover {
        COLOR: #ff5c00;
        FONT-SIZE: 9pt;
        font-weight: bold;
        TEXT-DECORATION: none
}
a.subnav:link {
        color: #990000;
        text-decoration: none;
}
a.subnav:hover {
        color: #000000;
        text-decoration: none;
        background-color: #d2d6d9
}
a.subnav:visited {
        color: #990000;
        text-decoration: none;
}
table.ht {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
}
INPUT {
        BACKGROUND-COLOR: #ffffff;
        COLOR: #000000;
        FONT-SIZE: 8pt;
        border: 1px solid #909090;
}
.gomb {
        BACKGROUND-COLOR: #cfcfcf;
        COLOR: #000000;
        FONT-SIZE: 8pt;
        border: 1px solid #909090;
}
.alert {
        BACKGROUND-COLOR: #ffcfcf;
        COLOR: #ff0000;
        FONT-SIZE: 8pt;
        border: 1px solid #909090;
}
.ht {
        BACKGROUND-COLOR: #ffffff;
        COLOR: #000000;
        FONT-SIZE: 8pt;
        border: 0px solid #909090;
}
td {
        font-size: 9pt;
}
td.main {
        font-size: 9pt;
        text-align: justify;
        line-height: 20px;
}
td.nyito {
        color: #000000;
        font-size: 9pt;
        line-height: 12px;
}
td.head {
        font-size: 11pt;
        color: #000000;
        font-weight: bold;
}
td.foot {
        color: #073569;
        font-size: 9;
        font-weight: bold;
}
ul {
        list-style-image: url(kepek/listitem.gif);
}
ul.sub1 {
        list-style-image: url(kepek/listitem2.gif);
}
ul.sub2 {
        list-style-image: url(kepek/listitem3.gif);
}
li {
        padding-bottom: 2px;
        padding-top: 2px;
}
li.ttip {
        padding-bottom: 0px;
        padding-top: 0px;
}
#dhtmltooltip{
        position: absolute;
        width: 150px;
        border: 1px solid #073569;
        padding: 2px;
        background-color: lightyellow;
        visibility: hidden;
        z-index: 100;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}