@CHARSET "UTF-8";

/* quental: container do avatar */
.AVT_Box {
	float: left;
	margin-top: 5px;
	width: 66px;
	overflow: hidden;
	height: 80px;
	_position: relative; /* IE6 */
}

 /* tem os comandos dentro*/
.AVT_BlockHeader {
	float: left;
	height: 15px;
	width: 100%;
	_position: relative;	/* IE6 */
}

.AVT_BlockBody {
	float: left;
	width: 100%;
	_position: relative; /* IE6 */
	_top: -2px; /* IE6 */
}

.AVT_FooterBody {
	float: left;
	width: 100%;	
}

.AVT_ContentBody {
	float: left;
	width: 100%;
	text-align: center;
	overflow:hidden;
	width:56px;
	margin-left:5px;
	_position: relative; /* IE6 */
	_bottom: 2px; /* IE6 */
}

.AVT_ContentBody a {
	font-size: 10px;
	width: 100%;
}

.AVT_ContentBody a:hover {
	color: black;
}

/* quental: imagem do avatar */
.AVT_Image {
	float: left;
	height: 48px;
	width: 36px;
	margin-top: -9px;
	margin-left: 12px;
	_position: relative; /* IE6 */
}