@charset "utf-8";
/* CSS Document */
Table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #EBEBEB
}

form .alert{ 
	background:#FF6
}
.mensagem_alerta{
	margin-left: 10px;
	display: inline;
	padding: 2px;
	background: #F60;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.b:active { text-decoration: none; font-family: Verdana; font-size: 10px; color:#333}
.b:hover { text-decoration: none; font-family: Verdana; font-size: 10px; color:#333;}
.b:link { text-decoration: none; font-family: Verdana; font-size: 10px; color:#333}
.b:visited { text-decoration: none; font-family: Verdana; font-size: 10px; color:#333}