@charset "utf-8";

@import url("reset.css");
@import url("layout.css");

html, body {
	height: 100%;
}
body {
	width: 100%;
	text-align:center;
	/*font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font: normal 12px  Helvetica, sans-serif; /* Sugestão de Fonte */
	color: #000;
	background:#FFF ;
	}
	
h1 {
	color:#000000;
	font-size:15px;
	text-transform:uppercase;
	text-align: left;
	font-weight:normal;
	}
h2 {
	color:#FFF;
	font-size:12px;	
	font-weight: 500;
	margin:5px 0px 10px 10px;	
	float:left;
	}
	
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {text-decoration:none; color:#FFF;}

h3 {
	color:#000;
	font-size:12px;	
	font-weight: bold;
	margin:10px 0px 0px 25px;	
	}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {text-decoration:none; color:#000;}

h4 {
	color:#000;
	font-size:12px;	
	font-weight:normal;
	margin:0px 0 10px 25px;	
	}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {text-decoration:none; color:#000;}
