/* CSS Document */

.caixa 
{
	font-size: 8pt;
	border: 1px solid #E1DEB5;
}

.link:link
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.link:hover
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.link:visited
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
