/*
 * 	@author:
 *	2008 Eric Mantoani
 * 
 * 	@documentation:
 * 	http://eric.com.br/doc/css/
 *
 * 	Last Revision: 3.1
 * 	Date: 22/01/2010
 * 	
 * 	1. 	10/10/2008 - Baseado no reset.css do Yahoo
 * 	2. 	01/04/2009 - o reset original matava estilos de fonte utilizados como default no fck editor. O que está após o comentário "anti-problemas" resolve isto. 
 * 	3. 	01/08/2009 - Adicionando utils que padrão do framework facil (versao 2.3)
 * 	3.1 22/01/2010 - Adotando os mesmos padrões no CMS Cultura (clear já rolava, adotando os demais)
 * 
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	margin:0;	padding:0;}
table {	border-collapse:collapse;	border-spacing:0;}
fieldset,img { 	border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;	font-weight:normal;}
ol,ul {	list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/* 2. anti-problemas */
strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: italic !important; }

/* 3. utils */
.none{}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.smaller{font-size:smaller;}