td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.subTitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.msg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
}
.error {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;

}

.linkInterno {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}
.linkInterno:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099CC;
	text-decoration: underline;
}
.formulario {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #FAFAFA;
	text-decoration: none;
	width:240px;
	height:17px;
	border: 1px #D0D0D0 solid;
}
.formextra {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #FAFAFA;
	text-decoration: none;
	width:80px;
	height:17px;
	border: 1px #D0D0D0 solid;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background: #FAFAFA;
	width: 240px;
	height: 100px;
	scrollbar-track-color: #F3F3F3;
	scrollbar-face-color: #F3F3F3;
	scrollbar-arrow-color: #0099CC;
	scrollbar-3dlight-color: #F3F3F3;
	scrollbar-darkshadow-color: #F3F3F3;
	scrollbar-shadow-color: #F3F3F3;
	border: 1px #D0D0D0 solid;
}
.link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.link:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.borda {
	border: thin solid #999999;
}
