@charset "iso-8859-2";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	list-style-image: url(graphics/bullet.jpg);
}
.lista {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.jpg);
	list-style-type: disc;
}

.white {
	color: #FFFFFF;
	font-size: 10px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.small {
	font-size: 11px;
	color: #333333;
}

