/* CSS Document */
<style type="text/css">

td {
	font-weight: normal; 
	font-size: 11px;  
	font-family: 'tahoma', 'arial'; 
	color: #494949
	}

  
ul {
	  color:494949;
	  line-height: 150%; margin-top: 10; margin-bottom: 10
	  
}

li {
	margin-top: 5;
	list-style-image: url('graf/li.gif');
}

.tekst {
    	font-size:11px;
    	font-family:tahoma;
    	color:494949;
    	TEXT-ALIGN:left;
    	word-spacing: 2px; line-height: 150%; margin: 10px 2px
    }

.tekst_just {
    	font-size:11px;
    	font-family:tahoma;
    	color:494949;
    	TEXT-ALIGN:justify;
    	word-spacing: 2px; line-height: 150%; margin: 10px 2px
    }
    
P {
	font-weight: normal; 
	font-size: 11px;  
	font-family: 'tahoma', 'arial';
    font-style:normal;
    color:494949;
    word-spacing: 2px; line-height: 150%; margin: 10px 2px
   }
   
 td {
    font-family:tahoma,"Times New Roman";
    font-size:8pt;
    font-weight:normal;
    font-style:normal;
    color:black;
   }
   
.menu_left {
    	font-size:8pt;
    	font-family:tahoma;
    	color:white;
    	font-weight: bold;
    	TEXT-ALIGN:left;
    }
    
.navi {
    	font-size:8pt;
    	font-family:tahoma;
    	color:999999;
    	font-weight: normal;
    	TEXT-ALIGN: left;
    }
    

</style>