@charset "UTF-8";
* {
	margin: 0px;
	padding: opx;
}
body {
	background: url(../img/master_bg.gif) repeat-x top;
	font: "Trebuchet MS";
}
#principal {
	width: 778px;
	margin: 0 auto;
}
#topo {
	width: 778px;
	height: 130px;
	background: url(../img/bg_topo.jpg) no-repeat;
}

.azul {
	color:#2e72b0;
}
.vermelho {
	color:#b30000;
}
.verde {
	color:#78944e;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #b30000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

#rodape {
clear:both;
	width: 778px;
	height: 30px;
	margin: 20px 0 10px 0;
	background: url(../img/bg_rodape.gif) no-repeat;
}
#rodape p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 10px 0 0 0;
	text-align: center;
}