@charset "utf-8";
/* CSS Document */
td,th {
	font-size: 12px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 05px;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 145%;
	background-image: url(imagens/fundo_site.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #C03927;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C03927;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AA5555;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #C03927;
	font-weight: bold;
	text-decoration: none;
}
form { 
	margin: 0;
}
.vermelho {
	color: #C03927;
	font-weight: bold;
}
.verde {
	color: #015D5C;
}
.vermelho2 {
	color: #C03B2C;
}
