BODY {
	margin : 0 0 0 0;
	font-size : 11px;
    background-color : #F7F7F7;
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TD {
	font-size : 11px;
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
/*	text-align : justify;*/
}

.direita {
	color : #666666;
	text-align : right;
}

.centro {
	color : #666666;
	text-align : center;
}

.branco {
	color : #FFFFFF;
}

.vermelho{
	color : #FF0000
}

.titulo {
	font-size : 18px;

	color : #666666;
	border-bottom : 1px solid #4D4849;
	padding-bottom : 3px;
}

.laranja {
	color : #F48000;
	font-size: 14px;
	font-weight : bold;
}

.selecionado {
	color : #F48000;
	font-weight : bold;
}

.f13{
	font-size : 13px; 
}

a {
	text-decoration : none;
	color : #666666;
}

a:hover {
	text-decoration : underline;
}

a.inv {
	text-decoration : underline;
	color :#F48000;
}

a.inv:hover {
	text-decoration : none;
}

form {
	margin : 0 0 0 0;
}


input.text {
	border : 1px solid #CCCCCC;
	width : 100%;
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
    height : 20px;
}

.im{
	border : 0px none #CCCCCC;	
}

textarea{
	border : 1px solid #CCCCCC;
	width : 100%;
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
}

select {
	width : 100%;
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	border-color : #CCCCCC ;
	border-width : 1px;
	border-style : solid;
}