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

html
{
	line-height: 19px;
}

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

body
{
	background: #ffffff;
}

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

input.nocss
{
	border: 0 !important;
	padding: 0 !important;
	float: none !important;
}

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

p, .p
{
	margin-bottom: 20px;
}

ul
{
	margin: 0;
	padding: 0;
}

li
{
	padding: 0 0 0 20px;
}

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

a img
{
	border: 0;
}

img
{
	border: none;
	margin: 0;
	padding: 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=""));
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
