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

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

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

body {
}

html {
	line-height: 18px;
	background: #0b0602 url(../img/body.jpg) no-repeat center -230px;
}

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


li {
	list-style:none;
}

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

h2.linha {
	padding-bottom:1px;
	font-size:12px;
	border-bottom:1px solid #3e2502;
	color:#ff8f00;
}

p {
	margin-bottom: 20px;
}

p.legenda {
	font-size:11px;
}

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

strong, a strong {
	font-size:12px;
	color:#ff8f00 !important;
}

fieldset, a img {
	border: 0;
}

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

/*** CLASSES ***/

.data {
	color:#fff;
}

.foto img {
	margin-bottom:5px;
}

.foto p {
	margin-bottom:0;
}

.divisao {
	height:40px;
	background:url(../img/divisao.gif) repeat-x center center;
	clear:both;
}

.meiamargem {
	height:10px;
	clear:both;
}

.margem {
	height:20px;
	clear:both;
}

.duplamargem {
	height:40px;
	clear:both;
}

.both {
	clear: both;
}

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

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

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