@charset "utf-8";
/* CSS Document */

#conteudoCorpoEsquerdo{
	width: 503px;
	margin-right:15px;
	height:100%;
	float:left;
	background-color:#FFFFFF;
}

#conteudoCorpoDireito{
	width:222px;	
	float:left;
}

.link { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b; 
	text-decoration: none;
	font-weight: bold;
}

.link:hover { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b;
	text-decoration: underline;
	font-weight: bold;
}

.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #7c7b7b;
	text-decoration: none;
	font-weight: bold;
}
