html, body, form, dl, dd, fieldset, input, ul, h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
}

body {
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#888;
	background:#FFF url(../img/bg-body.gif) repeat center center;
}

input, select, textarea {
	font:12px Arial, Helvetica, sans-serif;
	color:#888;
	border:0;
	background:none;
}

a {
	color:#888;
	text-decoration:none;
}

li {
	list-style:none;
}

fieldset, a img {
	border:0;
}

p {
	margin-bottom:18px;
}


/*** CLASSES ***/

.clear {
	clear:both;
}

.imgLeft {
	float:left;
	margin:0 20px 0 0;
}

.imgRight {
	float:right;
	margin:0 0 0 20px;
}

.margem {
	height:20px;
}

.meiamargem {
	height:10px;
}

/********************************************************************************************/
/************************************* IMAGENS PNG ******************************************/
/********************************************************************************************/

* html img {
	filter:expression(this.alphaxLoaded ? "" :(this.src.substr(this.src.length-4)==".png"?((!this.complete)? "" : this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+String(this.alphaxLoaded=true).substr(0,0)+(this.src="img/pixel.gif").substr(0,0)):this.runtimeStyle.filter=""));
}

