	
	body { margin-top:20px; background-image:url(images/fundo.jpg);
}
	
	a { text-decoration:none; }
    a:link { text-decoration:none; } 
    a:visited { text-decoration:none; } 
    a:hover	{ text-decoration: underline; }
	
	/*list*/
	ul { list-style-type: square; margin-left:10px; list-style-position: inside;}	
	li { padding-bottom: 2px; }

	/*Fonts*/
	h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: normal;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	}	
	h2 { font-size: 15px; }
	h3 { font-size: 12px; }
	h4 { font-size: 11px; }
	h5 { font-family: Verdana; font-size: 10px; }
	h6 { font-family: Verdana; font-size: 17px; }
	
	/* Cores */
	.branco { color:#FFFFFF; }
	.preto { color:#aa3e0f; }
	.cinza { color:#aaaaaa; }
	.normal { color:#666666; }
	.topic { color:#1f6d15; }
	
	
	.btn_menu {	background-image: url(images/bt_menu.jpg); background-repeat: no-repeat; }
	.bg_boxinfo { background-image: url(images/bg_boxinfo.jpg); background-repeat:repeat-x; }

