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

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

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	line-height: 22px;
}

/* 
body {
	background: #ffffff url(../img/bg.gif) center top repeat-x;
}
*/

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

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

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

p {
	margin-bottom: 19px !important;
}

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

a:link, a:visited {
	text-decoration: none;
	color: #5681A3;
}

a:hover span {
	/*text-decoration: underline;*/
}

a:hover {
	/*text-decoration: underline;*/
}

a img {
	border: 0;
}

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

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

.clear {
	clear:both;
}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight:normal !important;
	color: #5681a3;
}

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