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

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

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

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

li {
	list-style:none;
}

fieldset, a img {
	border:0;
}

/*** CLASSES ***/

.clear {
	clear:both;
}

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

.imgRight {
	float:right;
/*	margin-left:15px;*/
}

.margem01 {
	height:30px;
}

.margem02 {
	height:20px;
}

.margem03 {
	height:10px;
}

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

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

.divisao {
	height:23px;
	background:url(../img/linha01.gif) repeat-x center center;
}

.divisao02 {
	height:58px;
	background:url(../img/linha01.gif) repeat-x center center;
}

.nobg {
	background:none !important;
}

.nomargin {
	margin:0;
}

.nocss {
	margin:0 !important;
	padding:0 !important;
	width:auto !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=""));
}
