/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* CSS Ini - Versão 2.3							  */
/**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	line-height: 1.1em;
	vertical-align: baseline;
}
p {
	margin: 0 0 0.9em 0;
}
img {
	border: 0; /*Zera bordas das imagens*/
	vertical-align: middle;
}
fieldset { /* Definindo fieldset como block em todos */
	display: block;
	border: 2px ridge #FFFFFF;
	padding: 10px;
}
ul, ol {
	margin-left: 1.5em;
	list-style-position: outside; 
}
li { /* IE: posição vertical do marcador no IE  e espaço extra fantasma em lis*/
	position: relative;
	vertical-align: top;
	line-height: 1.2em;
}  
li a { /* Complemento do anterior */
	line-height: 1.2em;
}  
input[type=hidden]{ /* input hidden no FF */
	display: none !important;
	visibility: hidden !important;
}
legend { /* Corrige legenda do fieldsets no IE6 */
	margin-bottom: 1.4em;
}
table { 
	border-collapse: collapse;
}
caption, th, thead, tfoot {
	text-align: center;
	font-weight: bold;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q { 
	quotes: "" "";
}
hr { /*Esconde as linhas horizontais*/
	display: none;
}
form{
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
.clearBoth {
	clear: both;
}
