body {
	font-family: Verdana, sans-serif;
	font-size: 100.01%;
	color: #333333;
	margin: 0;
	position: relative;
	z-index: 1;
}

p {
	font-size: 0.8em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.8em;
}

h4 {
	font-size: 0.8em;
}

ul {
	margin: 0;
	padding: 0;
}

ul li, li li {
	font-size: 0.8em;
	list-style-type: none;
}

ul li h3 {
	font-size: 1em;
}

li li, li li li, li p {
	font-size: 1em;
}

hr, .noscreen {
	position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}

.noMargin {
	margin: 0;
}

.buttonGray {
	background-image: url("../img/sfera_10px.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.margin10 {
	margin: 10px;
}

.left {
	float: left;
}