/**************************************************/
/* 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;
}

body {
	/*Posicionamento*/
	margin: 0;
	line-height: 0;
	/*Conteudo*/
	font: 12px "Trebuchet MS", Tahoma, Arial;
	color: #4F3002;
	text-align: center;
	overflow-x: hidden;
	/*Fundo Geral*/
	background-color: #A44702;
	background-image: url(../Imgs/backGeral.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}
img { /*Zera bordas das imagens*/
	border: 0;
}
hr { /*Esconde as linhas horizontais*/
	display: none;
}
form{
	margin: 0;
	padding: 0;
}
a { /* Links */
	color: #4F3002;
	text-decoration: none;
}
a:hover {/* Links */
	color: #895403;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
}
