body, td, th, p, input, textarea {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
input[type="submit"], input[type="button"], input[type="reset"] { /* NN, FF, MOZ/WIN */
	font-weight: bold;
}
input { /* IE/WIN */
	font-weight:expression(this.type=="submit" ? 'bold' : '' );
}

a:link, a:visited, a:hover, a:active {
	color: #000066;
	text-decoration: none;
}

.nav {
	color: #993300;
}
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	color: #993300;
}
a.nav:hover {
	color: #FF0000;
}

.lista {
	color: #000000;
}
a.lista:link, a.lista:visited {
	color: #000000;
}
a.lista:hover {
	color: #FF9900;
}
a.lista:active {
	color: #FF0000;
}

.lista2 {
	color: #000066;
}
a.lista2:link, a.lista2:visited {
	color: #000066;
}
a.lista2:hover {
	color: #336699;
}
a.lista2:active {
	color: #FF0000;
}

.title {
	color: #000000;
	font-size: 20pt;
	font-weight: bold;
	margin: 5px;
	display: block;
	border-bottom: 2px dotted #000000;
	padding: 2px;
}

.subtitle {
	color: #000000;
	font-size: 10pt;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
}

.kartka {
	width: 100%;
	height: 350px;
	overflow: auto;
}

.dwiekartki {
	width: 624px;
	height: 350px;
	overflow: auto;
}

.stoprocent {
	width:100%;
}