@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
}
a:link {
	color: #096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: none;
	color: #096;
}
.rodape {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}



.colunistas_topo {
	font-weight: bold;
	text-align: center;
	color: #4FAA94;
	background-color: #f9f9f9;
	border: 1px solid #CCC;
}
a:active {
	text-decoration: none;
	color: #096;
}

.borda_esq {
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.erroassinante {
	font-size: 24px;
	background-color: #FCC;
	text-align: center;
	border: 1px solid #F00;
}
