	
	body { margin-top:20px; background-image:url(images/bg.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 {
	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; }
	
	/* Cores */
	.branco { color:#FFFFFF; }
	.preto { color:#000000; }
	
	
	.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; }
