/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.0									  */
/**************************************************/

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;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
p {
	margin-top: 0;
	padding: 0;
}
img { /*Zera bordas das imagens*/
	border: 0;
}
fieldset { /* Definindo fieldset como block em todos */
	display: block;
	border: 2px ridge #FFFFFF;
	padding: 10px;
}
ul, ol {
	list-style-position: outside;
}
li { /* IE: posição vertical do marcador no IE  e espaço extra fantasma em lis*/
	vertical-align: top;
	line-height: 1.2em;
}  
li a { /* Complemento do anterior */
	zoom: 1;
	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: separate;
	border-spacing: 0;
}
caption, th, thead, tfoot {
	text-align: center;
	font-weight: bold;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q { 
	quotes: "" "";
}
pre { 
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* FF 1999 */
	white-space: -pre-wrap; /* OP 4-6 */
	white-space: -o-pre-wrap; /* OP 7 */ 
	word-wrap: break-word; /* IE 5.5+ */
}
hr { /*Esconde as linhas horizontais*/
	display: none;
}
form{
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
.clearBoth {
	clear: both;
}