/* CSS Document */


body,td,th {
	font-family: "Myriad Pro", Arial;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fundo.png);
	background-repeat: repeat-x;
	background-color: #0093C6;
}
a {
	font-family: "Myriad Pro", Arial;
	font-size: 13px;
	color: #2D7FA0;
	font-weight: bold;
}
a:visited {
	color: #2D7FA0;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #2D7FA0;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style1 {font-size: 24px}
.titulos {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2D7FA0;
}

.borda {
	border: 1px dotted #CCCCCC;
}
.descricao_campos {
	width: 300px;
}
.branco {
	color: #FFFFFF;
}
.amarelo {
	color: #FFCC00;
}
