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

html
{
	line-height: 19px;
}

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

body
{
	background: #fff;
	line-height: 19px !important;
}

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

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

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

p
{
	margin-bottom: 24px;
}

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

ul {
	padding:0 0 0 15px;
}

a
{
	color: #8c9097;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

p a {
	display:block;
}

a img
{
	border: 0;
}

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

.nocss {
	margin:0 !important;
	padding:0 !important;
}

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