/* CSS Document */

.tituloGrande{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#333333;
	font-weight:bold;
}

.tituloGrandeVerde{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#006600;
	font-weight:bold;
}

.subTitulo{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#707070;
	font-weight:bold;
}

.textoVerde{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009900;
}

.textoVerdeEscuro{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006600;
}

a.linkverde:hover, a.linkverde:active, a.linkverde, a.linkverde:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#009900;
	font-weight:bold;
	text-decoration: none;
}

.tituloEnquete{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#006600;
}

.opcoesEnquete{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textoGaleria{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
}

.inputMural{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #6289B5;
	width:130px;
	height:18px;
}