body {
	 background-color: #FFFFFF;
    scrollbar-face-color: #6b9aff;
    scrollbar-shadow-color: #003399;
    scrollbar-highlight-color: #cfdeff;
    scrollbar-3dlight-color: #9FBDFF;
    scrollbar-darkshadow-color: #002F8C;
    scrollbar-track-color: #0177CB;
    scrollbar-arrow-color: #003399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/********** HTML **********/

b, strong {
color: #175C88;
font-weight: bold;
}

li {
color: #696969;
list-style: square;
}

input {
background-color: #ECF4F9;
border: 1px solid #7DADD5;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea, select {
background-color: #E2EEF6;
border: 1px solid #7DADD5;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/********** CLASSES **********/

.nadpis {
font-size: 13px;
font-weight: bold;
color: Red;
}

.text {
font-size: 10px;
}

.texteu {
font-size: 10px;
}

.texteu b, .texteu strong {
font-size: 10px;
 color: #7dadd5;
}
.abc {
font-size: 10px;
text-align: justify;
}
.abcd a:link, .abcd a:visited {
 color: #0163AA;
}
.abcd a:hover, .abcd a:visited:hover {
 color: Red;
}
.cell1 {
background-color: #E2EEF6;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px
}
.table1 {
border: 1px solid #7DADD5;
}

/********** LINKS **********/
	
	a {
		font-weight: bold;
		color: #649AD4;
		text-decoration: underline;
	}
	
	a:link {
	font-weight: bold;
	color: #649AD4;
	text-decoration: underline;

	}
	
	a:hover {
		font-weight: bold;
		color: Red;
		text-decoration: underline;
	}
	
	a:visited {
		font-weight: bold;
		color: #0168B2;
		text-decoration: underline;
	}
	
	a:visited:hover {
		font-weight: bold;
		color: #CC0000;
		text-decoration: underline;
	}
	
	.id {  
	font-size: 8px; 
	font-weight: normal; 
	color: #B0B0B0}
	
.nadpis2 {  font-size: 12px; font-weight: bold; color: #FF0000; padding-left: 8px; padding-bottom: 2px}
	
	.clean {  
	clear: both;
}

