/* Description: Reset Styles */
html {overflow:auto; overflow-y:scroll;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: #333333;
	font: normal 13px Arial;
	vertical-align: baseline;
	line-height: 17px;
	list-style: none;
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {outline: none}
body {line-height: 1}
ol, ul {list-style: none}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal}

blockquote:before, blockquote:after,
q:before, q:after {content: ""}
blockquote, q {quotes: "" ""}
strong{font-weight:bold}
em{font-style:italic;}

/* classes para formatações gerais */
.idt {text-indent:-5000px;}
.clb {clear:both;}
.fll {float:left;}
.flr {float:right;}
.top {vertical-align:top;}
.mid {vertical-align:middle;}
.bot {vertical-align:bottom;}
.tal {text-align:left;}
.tar {text-align:right;}
.tac {text-align:center;}
.taj {text-align:justify;}
.dsn {display:none;}
.dsb {display:block;}
.nmg {margin:0;}
