.bank:link, .bank:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.bank:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

td,body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.type_f {
	border-bottom: 1px solid Silver;
	text-align: right;
}
.cena_f {
	border-bottom: 1px solid Silver;
	padding-left: 5px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #505d72;
	scrollbar-base-color: White;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: White;
	scrollbar-darkshadow-color: White;
	border: 1px inset;
	background-color: White;
}
input {
	font-family: Arial;
	font-size: 12px;
	border: 1px inset;
	background-color: White;
}
input.but {
	font-family: Arial;
	border: 1px outset;
	font-weight: bold;
	background-color: White;
}
select {
	border: 1px inset;
	font-family: Arial;
	font-size: 12px;
	background-color: White;
}
a:active, a:link, a:visited {
	color: #ccc9c9;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Yellow;
	font-weight: bold;
	text-decoration: underline;
}


