.borda-cinza {
	border: 4px solid #333;
	margin-right: 10px;
}
.forms {
	background-color: #f5f5f5;
	width: 90%;
	border: 2px solid #666;
}
.botao {
	background-color: #C00;
	height: 30px;
	width: 100px;
	border: 2px none #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}


.tit-vermelho {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.tit-vermelhoG {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #CC0000;
}

.txt-cinza {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #999999;
}

.txt-branco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.txt-cinzaP {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.tit-vermelhoP {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
