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

body {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#909ba9;
	background:#fff url(../img/bg-body.gif) repeat-x center top;
}

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

a {
	color:#909ba9;
	text-decoration:none;
}

li {
	list-style:none;
}

fieldset, a img {
	border:0;
}


/*** CLASSES ***/

.clear {
	clear:both;
}

.imgLeft, .imgRight {
	border:1px solid #ccc;
	padding:5px;
}

.imgLeft {
	float:left;
	margin-right:20px;
}

.imgRight {
	float:right;
	margin-left:20px;
}

.duplamargem {
	height:40px;
}

.margem {
	height:20px;
}

.meiamargem {
	height:10px;
}

.linha01 {
	height:1px;
	background:url(../img/linha01.gif) repeat-x center center;
	padding:25px 0;
}

.linhaespessa {
	border-bottom:4px solid #ECF1F5;
	padding: 25px 0;
}

/********************************************************************************************/
/************************************* 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=""));
}
