* {
	margin: 0px;
	padding: 0px;
	font: 12px "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	color: #fff;
}

h1 {
	display: none;
}

html, body, #ilusta {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
}

p {color: #fff; clear: both;}

img.bgFotos {
	display: block;
	height: 25%;
	width: 20%;
	float: left;
}

html>body img {
	display: block;
	height: 25%;
	width: 20%;
	float: left;
}

#ilusta {
	display: block;
}

html>body a.linksC:hover {
	color: #fff;
}

a.linksC {
	position: absolute;
	top: 0;
	left: 0;
}

p a.linksC {
	position: relative;
	color: #fff;
}

h2 {
	position: absolute;
	width: 20%;
	height: 25%;
	text-align: center;
}

h2.tituloD {
	text-align: left;
	position:static;
	margin: 0px;
	width: auto;
	height: auto;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #E6E6E6;
	font-weight: bold;
}

h2 a {
	text-align: center;
	width: 100%;
	height: 75%;
	display: block;
	/*imagem não existe. hack para o IE 6*/
	background: url(imagens/bgFalso.gif);
	/*fim do hack para o IE 6*/
	color: #fff;
	text-indent: -9999px;
	font-size: 150%;
	text-decoration: none;
	z-index: 10;
	padding: 20% 0 0 0;
}

h2 a:hover {
	color: #eee;
	text-indent: 0px;
}

.boxCont {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background: transparent url(imagens/bgMain.gif);
	width: 100%;
	height: 100%;
	padding: 10% 0 0 0;
	text-align: center;
	z-index: 90;
}

.boxCont div {
	margin: auto;
	background: #000;
	width: 70%;
	height: 70%;
	display: block;
	z-index: 100;
	overflow: auto;
	text-align: left;
}

.boxCont div p {
	margin: 2%;
	color: #fff;
}

.pseudoLink {
	cursor: pointer;
}
form {
	float: left;
	width: 400px;
}

form fieldset {
	border: none;
	padding: 10px;
}

form fieldset label {
	color: #fff;
}

form fieldset input, form fieldset textarea {
	padding: 4px;
	border: 1px solid black;
	color: #000;
}

#dEndereco {
	float: left;
	width: 200px;
}

#resposta {width: 200px; clear: both;}

@media print {
	* {display: none;}
	p#noPrint {display: block; font-size: 15px;}
}