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

body {
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#73715e;
	background:url(../img/bg-body.gif) repeat center center;
}

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

a {
	color:#73715e;
	text-decoration:none;
}

li {
	list-style:none;
}

fieldset, a img {
	border:0;
}

p {
	margin-bottom:10px;
}


/*** CLASSES ***/

.clear {
	clear:both;
}

.right {
	float:right !important;
}

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

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

.margem01 {
	height:36px;
}

.margem02 {
	height:21px;
}

.margem03 {
	height:19px;
}

.margem04 {
	height:31px;
}

.margem05 {
	height:26px;
}

.margem06 {
	height:17px;
}

.margem07 {
	height:13px;
}

div.linha {
	height:2px;
	background:url(../img/linha.gif) repeat-x center center;
}

div.divisao {
	height:50px;
	background:url(../img/linha.gif) repeat-x center center;
}

div.divisao02 {
	height:45px;
	background:url(../img/linha.gif) repeat-x center center;
}

.nocursor {
	cursor:default;
}


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