body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
ul {
	color: #636;
	list-style-type: circle;
}

html {
	height: 100%;
}


h1 {
	font-size: 16px;
	color: #786E5D;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}



.box_comentario{
	height: 350px;
	width: 550px;
	padding: 10px;
	border: 1px solid #CCC;
	
}

#rolagem_comentario {
	width: 550px;
	overflow: auto;
	height: 270px;
}


.txt_comentario {
	font-size: 12px;
	color: #333;
	font-family: Calibri, Arial;
	text-align: left;
}

.comentario_invisivel {
display:none;
visibility:hidden;
}