@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
/*body {font:Arial, Helvetica, sans-serif; text-align: center;  este centraliza o recipiente no IE5 }
p {font: 100% Arial, Helvetica, sans-serif; text-align: left;  este anula o text-align: center da tag body }
span {display:none;}  oculta os títulos que são substituidos por imagens 
ul {list-style:none;}
li {display:inline;}*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:inherit;
	font-family:inherit;
	font-weight:inherit;
	font-size:inherit;

}

a {
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

strong {font-weight:bold; color:#1a1714}

/* define o estilo de foco! */
:focus {
	outline: 0;
}

body {
	/*line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;*/
	font-weight:normal;
	overflow-x:hidden;
	}


ol, ul, li {
	list-style: none;
	list-style-type:none;

}

table {
	border-collapse: collapse;
	border-spacing: 0; /*cellpading*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
<!--img {vertical-align:middle;}-->

/* CSS Document */

