body {
	margin: 0px;
}

/* FAMILIA TREBUCHET */
.trebuchet9Cinza {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #b9b8b8;
	text-decoration: none;
}
.trebuchet9Cinza a:hover {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #b9b8b8;
	text-decoration: underline;
}

.trebuchet11Verde {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #B1CF91;
	text-decoration: none;
}

.trebuchet10Branco {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.trebuchet10BrancoBold {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

.trebuchet11Branco {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.trebuchet11BrancoBold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;	
	text-decoration: none;
	font-weight: bold;	
}

.trebuchet12Branco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.trebuchet12BrancoBold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.trebuchet13BrancoBold {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;	
	text-decoration: none;
	font-weight: bold;	
}

.caixatexto {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.caixatexto100pcento {
	width: 100%;
	border: 1px solid #FFFFFF;
}
