/* Estrutura */
@import url("layout.css");

/* ***** Elementos HTML ***** */
* {	z-index: 0;	}

body {
	background: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	color: #666666;
	font-size: 10pt;
	margin-top: 0px; }
	
h4 {
	color: #333333; }
	
a:link {
	color: #E86265;
	text-decoration: underline; }
	 
a:visited {
	color: #E86265;
	text-decoration: underline; }
	
a:hover {
	color: #FF0000;
	text-decoration: none; }
	
.BordasImg {
	border:1px solid #FFECEC;
	padding:1px;
	margin-right:1px;
	margin-left:1px;
	background:#FFECEC; }
	
.Clearing {
	height: 0;
	clear: both;	}