* {
	background-color					: transparent;
	border-color						: #000;
	color								: #000;
}

hr, object, #menu, #rodape, #secundario, .publicidade, .topo, p.voltar {
	display								: none;
}

body {
	font-family							: Arial, Verdana, Sans-Serif;
	font-size							: 90%;
}

a {
	color								: #000;
}

h1, h2, h3, h4, h5, h6 {
	clear								: left;
}

table {
	width								: 100%;
}

table thead th {
	border-bottom						: 1px solid #000;
	text-align							: left;
}

table tr.corSim td {
	background-color					: #ccc;
}

.esquerda	{text-align					: left;}
.centro		{text-align					: center;}
.direita	{text-align					: right;}

div.colunaUnica a.ilustra.esquerda, div.colunaUnica span.ilustra.esquerda {
	float								: left;
	margin								: 0 5px 5px 0;
	text-align							: center;
}

img.thumb.esquerda {
	display								: block;
	float								: left;
	margin								: 0 10px 5px 0;
}

img.thumb.direita {
	display								: block;
	float								: right;
	margin								: 0 0 5px 10px;
}

.fotoGal.semDesc ul li {
	display								: inline;
	list-style							: none;
}

form input,
form textarea,
form select {
	overflow 							: visible;
	height 								: auto;
	width 								: 100%;
	border 								: 1px inset #000;
}
form label {
	display: block;
}