/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Limpar diferencas entre os navegadores e revolver alguns bugs particulares
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li, b
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
b, strong {
    font-weight: bold;
    vertical-align: top;
}
i, em { 
    font-style: italic;
    vertical-align: top;
}
p {
    margin-top: 2.5ex;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.5ex;
    margin-top: 3.5ex;
}
ol {
    list-style-image:none;
    list-style-position:outside;
    margin-bottom:15px;
    margin-left:0px;
    margin-top:15px;
    padding-left: 25px;
}
ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin-bottom:15px;
    margin-left:20px;
    margin-top:15px;
}

blockquote, q {
	quotes: none;
}

blockquote:before {
	content: no-open-quote;

}

blockquote:after {
	content: no-close-quote;
}

q:before {
	content: no-open-quote;
}

q:after {
	content: no-close-quote;
}

table {
	margin: 1.4ex 0;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%% */  