@charset "utf-8";
.Títulos {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #CC6600; }

/* CSS Document */

body, html {
margin: 0;
height:100%;
background-color:#FFFFFF;
}

.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Texto-Bold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.Texto-Branco {
font-family: Arial, Helvetica, sans-serif; 	font-size: 16px; color: #FFFFFF; font-weight: bold; }

.tabela-borda {
border-style:solid;
border-color:#ECA400;
border-width: 3px;
background-color:#F9E5C0;
}

a:link {
	color: #993300;	
}
a:visited {
	color: #993300;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #993300;
}
a {
	font-weight: bold;
}

.tabela-laranja {
	border-style: solid;
	border-color: #ECA400;
	border-width: 3px;
	background-color: #FDF4E3;
}