@charset "utf-8";
/* CSS Document */
/* autor: Marcelo Alves - Todos os direitos reservados */
/* site: www.marcelo-alves.com */
/* Janeiro/2011 */
*{
	margin:0;
	padding:0;
	border:0;
}
html{
	height:100%;
	width:100%;
	}
body{
	width:100%;
	height:100%;
	}
html{
	font-size:62,5%;
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.4em;
	}
body{
	min-height:100%;
	}
ul, ol {
	list-style:none;
	}
p{
	margin-bottom:15px;
	text-align:justify;
	}
h1, h2, h3, h4, h5, h6{
	text-align:left;
	font-weight:bold;
	display:block;
	}
h1{
	font-size:24px;
	margin:10px 0 20px 0;
	}
h2{
	font-size:18px;
	margin:10px 0 20px 0;
	}
h3 {
	font-size:16px;
	margin:10px 0 15px 0;
	}
h4 {
	font-size:14px;
	margin:10px 0 0 0;
	}
h5{
	font-size:12px;
	margin-bottom:15px;
	}
h6{
	font-size:11px;
	margin-bottom:15px;
	}
label{
	cursor:pointer;
	}
table{
	border-collapse: collapse; 
	border-spacing: 0;
	}
img{
	border:0;
	}
a{
	outline:none;
	}
