@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto-menu {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.link-menu:link {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-menu:visited {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-menu:hover {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #BFFFFF;
	text-decoration: underline;
}
a.link-menu:active {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo1_pacto {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.titulo2_pacto {
	font-family: tahoma;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #008BCE;
}
.titulo3_pacto {
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #003366;
}
.texto-preto {
	font-family: tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

