@charset "iso-8859-1";

html, body {
	-x-system-font: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
.cxConteudo {
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	width: 500px;
	margin: 5px auto 0 auto;
}
.resposta {
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	display: none;
}
.clear {
	clear:both;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.noBg {
	background:none;
}

.noBorder {
	border:none;
}

.tRight {
	text-align:right;
}

.tCenter {
	text-align:center;
}

ul.lista {
	margin:10px 0 0 10px;
}

ul.lista li {
	list-style:inside disc;
}