@charset "utf-8";
/**
 *  CSS do HTML
 *	
 *	@Author Bruno Dias.
 *	@Agência Mariz Comunicação Integrada
 *
 *	@Data 24/06/09
 *
 *	@Copyright 2009 @ Mariz.
 */

html, body, #Unicred
{
	
	margin: 0 auto;
	padding: 0;
	
	border: 0;
	border-style: none;
	
	color: #000000;
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.lDir { float: left; }
.rDir { float: right; }