/* Retira os outlines das tags object */
object {
outline: none;
}
A:link { 
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	outline:0;
}

A:visited {
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	outline:0;
}

A:active {
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	outline:0;
}
A:hover {
	font-family: Calibri, Trebuchet MS, Arial; 
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #CC0000
	outline:0;
}

BODY {
	font-family: Calibri, Trebuchet MS, Arial;
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

TABLE {
	font-family: Calibri, Trebuchet MS, Arial;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

span {
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

DIV {
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
