/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundo.gif);
}

#carregando {
	display: none;
	position:absolute;
	left:133px;
	top:50px;
	width:743px;
	height:404px;
	z-index:1;
	background-color: #FFFFFF;
}

td {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #555555;
	line-height: 11px;
}


.asterisco{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-decoration:none;
	color:#555555;
}

.tit_servicos{

	font-family: 'Trebuchet MS', Verdana;
	font-size:11px;
	font-decoration:none;
	font-weight:bolder;
	color:#387D33;
}



/* links */



a{
	font-family:  'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #888888;
	text-decoration:none;
}

a:hover{
	color: #555555;
	text-decoration: underline;
}


/* forms */  

input, select, radio, textarea{
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #000000;
}

input.text { height: 18px; }


