A:link {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	COLOR: #F65000
}
A:visited {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	COLOR: #F65000
}
A:hover {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	COLOR: #D64A17
}
BODY {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	COLOR:#666666;
	BACKGROUND-COLOR:#ffffff;
	scrollbar-base-color:#618BB3; 
	scrollbar-arrow-color:#000000
}
H5 {
	FONT-SIZE: 16px; 
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10pt; 
	margin-left: 20pt;
	COLOR: #D64A17
}

.opis {
    FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	font-weight: bold;
	COLOR:#618BB3
}
.stopka {
    FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	font-weight: bold;
	COLOR:#ffffff
}
TABLE {
    FONT-SIZE: 11px;
	text-align:justify; 
	FONT-FAMILY: Verdana;
	COLOR:#666666
}
img {
    border: 0
}
input, option, textarea, select, option {
	border-color:#3C3C3C;
	border-width:1px;
	font-family:Verdana;
	font-size:11px;
	background-color:#eeeeee;
	color:#3C3C3C;
}
/*select {
	border-color:#3C3C3C;
	border-width:1;
	font-family:Verdana;
	font-size:11px;
	color:#3C3C3C;
	background-color:#FFF2DA;
}*/

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}}