/*
	Data: Jun-2010
	Autor: Everton Fraga
	
 */

/* Seletores gerais */
html, body {
	background: transparent url(../img/bg.png) repeat-x top left;
	font-family: 'Tahoma', Arial, 'Sans Serif';
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bolder;
}
img {
	border: 0;
}
/* layout */
div#custom-doc {margin-bottom: 10px;}
div#hd {height: 165px;}
div#bd {padding: 0 0 10px;}

