/* TIPOGRAFIA */
body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea, table, tr, td {
	font-size:11px;
	font-family:Tahoma, Trebuchet MS, Arial;
	overflow-x: hidden;
}
.negrito { 
	font-weight: bold;overflow:hidden;
}

.italico { 
	font-style: italic; 
}
.ft9 { font-size: 9px; }
.ft10 { font-size: 10px; }
.ft11 { font-size: 11px; }
.ft12 { font-size: 12px; }
.ft13 { font-size: 13px; }
.ft14 { font-size: 14px; }
.ft15 { font-size: 15px; }
.ft16 { font-size: 16px; }
.ft17 { font-size: 17px; }
.ft18 { font-size: 18px; }
.ft19 { font-size: 19px; }
.ft20 { font-size: 20px; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tjustify { text-align: justify; }

.maiusculas { text-transform: uppercase; }
.minusculas { text-transform: lowercase; }

/* FLOATS */
.left { float: left; }
.right { float: right; }

.branco{color:#CCC;}

p{overflow:hidden;}
