.main a:link
{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}

.main a:active
{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}
.main a:visited
{
    color: rgb(0,64,118); 
    font-weight: normal;
    text-decoration: underline;
}

.main a:hover
{
    /* Hover only works in IE. */
    background-color: transparent;
    color: rgb(182,23,28);
    text-decoration: none;
    font-weight: normal;
}

table
{
    font-family: Arial, Helvetica;
    table-border-color-light: rgb(0,0,160);
    table-border-color-dark: rgb(0,0,255); 
    font-size: 10pt;
}
.celkop
{
    color: white; 
    font-weight: bold;
    background-color: rgb(0,102,0);
}
body
{
    font-family: Arial, Helvetica;
    color: rgb(0,0,0);
    margin: 0px;
}


.maintable
{
    background-color: rgb(232,198,189); 
}

.main
{
    margin: 0px;
    background-color: rgb(233,252,219);
}

#idmain 
{

}

#idlnav
{
    position: absolute;
    left: 0;
    top: 133;
    z-index: 2;
}

#idlnav2
{
    position: absolute;
    left: 0;
    top: 133;
    z-index: 1;
}

li
{
    margin-top: 1px;
    margin-bottom: 1px;
}

.lnavmain
{
    margin: 0px;
}

.lnav1
{
    color: white;
    background-color: rgb(0,102,0);
    font-weight: bold;
    text-transform: uppercase;
}
.lnav2
{
    background-color: rgb(153,0,0);
}
.lnav3
{
    background-color: rgb(233,252,219);
}
.lnavmd
{
    color: white;
    font-size: 15pt;
}


.lnav
{
    font-size: 100%;
    color: rgb(57,125,243);
    font-weight: bold;
}
.lnav a:link, a:visited
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.lnav a:active
{
    color: rgb(57,125,243);
    font-weight: bold;
    text-decoration: none;
}

.lnav a:hover, .rnav a:hover
{
    color: rgb(255,0,0);
    font-weight: bold;
    text-decoration: none;

}

.tnavbanner
{
    font-size: 20pt;
    font-weight: bold;
    color: rgb(0,104,0);
}

h1
{
    font-family: Arial, Helvetica;
    color: white;
}
h2
{
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: rgb(0,102,0);
}
h3
{
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: rgb(153,0,0);
}
h4
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: rgb(0,102,0);
}
h5
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: rgb(153,0,0);
}
h6
{
    font-family: Arial, Helvetica;
    color: rgb(0,0,255;
}