html, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

html {
	line-height: 18px;
}

body {
	background: #ffffff url(../img/bg.gif) center top;
}

html, body {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 0;
	padding: 3px;
	background: none;
}

input.nocss {
	border:0;
	padding:0;
}

ul,li {
	margin:0;
	padding:0;
}

form, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

a {
	color: #729b05;
	text-decoration: underline;
}

a.no_underline {
	text-decoration: none;
}

a img {
	border: 0;
}

img, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.centralizar {
	width: 780px;
	margin: 0 auto;
}

.meiamargem {
	height:20px;
}

.clear {
	clear:both;
}

/********************************************************************************************/
/************************************* 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/blank.gif").substr(0,0)):this.runtimeStyle.filter=""));
}
