@charset "iso-8859-1";
.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
}
.textoPq {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #333333;
}
.textoData {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
}
.textoDataBranco {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.titulo {
	font-family: Arial;
	font-size: 30px;
	color: #FF9900;
}
.titulo2 {
	font-family: Arial;
	font-size: 20px;
	color: #FF9900;
}
.textoBranco {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}

/* FORMULÁRIO */

.form {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border-width:medium;
	border-color:#E6E6E6;
	border-style:solid;
	background-color:#E6E6E6;
}

/* PARA O LINK 1 */

a.link1:link {
	color: #990000;
	text-decoration: underline;
}
a.link1:visited {
	text-decoration: underline;
	color: #990000;
}
a.link1:hover {
	text-decoration: none;
	color: #99000;
}
a.link1:active {
	text-decoration: underline;
	color: #990000;
}

/* PARA O LINK 2 */

a.link2:link {
	color: #FF6600;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #FF6600;
}
a.link2:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.link2:active {
	text-decoration: none;
	color: #FF6600;
}

/* PARA O LINK 3 */

a.link3:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link3:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link3:hover {
	text-decoration: none;
	color: #FF6600;
}
a.link3:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* PARA O LINK 4 */

a.link4:link {
	color: #333333;
	text-decoration: underline;
}
a.link4:visited {
	text-decoration: underline;
	color: #333333;
}
a.link4:hover {
	text-decoration: none;
	color: #333333;
}
a.link4:active {
	text-decoration: underline;
	color: #333333;
}
