﻿/* zerando html no css */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:inherit;
	font-family:inherit;
	font-weight:inherit;
	font-size:inherit;

}

a {

	font-family:Trebuchet MS, Helvetica, sans-serif; 
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

/* define o estilo de foco! */
:focus {
	outline: 0;
}
body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
	overflow-x:auto;
}
body{height:100%}
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;}
