body {
font-family: tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
}

h3 {
margin-top: 20px;
margin-bottom: 5px;
border-bottom: solid 1px #5D8BA5;
color: #5D8BA5;
}

h4 {
margin-top: 15px;
margin-bottom: 5px;
color: #333;
}

a:link {
text-decoration : none;
color : #36c; /*#336699 #cd853f #1a60ac*/
}

a:active {
color : red;
}

a:visited {
text-decoration : none;
color :  #36c; /*#cd853f #1a60ac*/
}

a:hover {
color : #000;
background-color : transparent;
text-decoration: underline;
}

.tabel {
background-color: #fbf8e4;
border: solid 1px #666;
}

.tabel1 {
background-color: #f4efce;
padding-right: 5px;
font-weight: bold;
}

#logo {
position: absolute;
top: 10px;
left: 10px;
float:left;

}

#menu {
position: absolute;
top: 160px;
left: 10px;
width: 190px;
/*background-color: #f1f1f1;*/
}


#main {
position: absolute;
top: 10px;
left: 200px;
width: 800px;
padding-left: 10px;
border-left: solid 2px #ccc;
/*float: right;
background-color: #f1f1cc;
*/
}

#footer {
font-size: 7pt;
margin-top: 20px;
margin-bottom: 20px;
border-top: dotted 1px #666;
color: #666;
}


#menu ul {
list-style: none;
font-size: 8pt;
font-family: tahoma, verdana, sans-serif;
line-height: 1.3em;

margin: 0px;
padding: 0px;
padding-left: 10px;



}

#menu .submenu {
font-size: 7pt;
padding-left: 10px;
}


.tr_light {
background-color: #fff;
}

.tr_dark {
background-color: #f9f9f9;
}


p {
line-height: 1.2em;
padding-top: 5px;
margin: 0px;
}
