body, table {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: 10pt;
}

.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;	
}
.titulo2 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;	
}

.titSec {
	font-size: 17px;
	font-weight: bold;
	color: #ffcc33;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px dotted #d8d8d8;
	font-style: italic;
	letter-spacing: 1px;
}

.texto {
	text-align: justify;
}

.box {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: 10px;
	border: 1px solid white;
	background-color: #9BBBDF;
}
.box2 {
	font-family: 'Trebuchet MS', arial, verdana;
	font-size: 10px;
	border: 1px solid #FF9900;
	background-color: white;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.branco {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
a.branco:hover {
	text-decoration: underline;
}