	body{
		background-repeat:no-repeat;
		padding-top:0px;	
		font-family: tahoma;
		color: #000000;
		font-size: 11px;
		line-height:130%;

	}

	p {
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: tahoma;
		font-size: 11px;
		color: #000000;
		text-align: justify;
	}

	h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: tahoma;
		color: #000000;
		text-align: left;
	}

	h3 {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: tahoma;
		color: #c0c0c0;
		text-align: left;
	}

	ul {
		margin-left: -30px;
	}

	hr {
		color: #c0c0c0;
	}

	li {
		margin-left: -30px;
	}

	.laranja {
		font-family: tahoma;
		font-size: 11px;
		color: #FF7800;
		font-weight: bold;
	}

	legend{
		padding-top:0px;	
		font-family: tahoma;
		color: #ffffff;
		font-size: 11px;

	}

	fieldset{
		padding-top:0px;	
		font-family: tahoma;
		color: #ffffff;
		font-size: 11px;
	}

	.form {
		font-family: Tahoma;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		border: 1px solid #000000;
		padding: 2 2 2 2;
	}

	.btnform {
		font-family: Tahoma;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		border: 1px solid #000000;
		padding: 2 2 2 2;
	}

	#ajaxMessage{
		margin-top:10px;
		font-size:11px;
		color:red;
	
	}
	#expandCollapse{
		font-size:11px;
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: 10px;
	}

	.txt {
		font-size:11px;
		font-family: tahoma;
		font-size: 11px;
		color: #000000;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.txttabela {
		font-size:11px;
		color: #000000;
	}

	a{
		color:#E58700;
		font-family:tahoma;
	}
	
	#dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left:35px;
	}
	#dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:5px;	/* Left spacing */
		margin-top: 5px;
		margin-bottom: 10px;
		_margin-left:45px;
		display:none;	/* Initially hide sub nodes */
	}
	#dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		margin-top: 5px;
		margin-bottom: 10px;
		
	}
	#dhtmlgoodies_tree li a{	/* Node links */
		color:#fff;
		text-decoration:none;
		font-family:tahoma;
		font-size:11px;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left:5px;
	}
	#dhtmlgoodies_tree input{
		width:200px;
		font-family:tahoma;
		font-size:11px;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left:5px;
	}

	#dhtmlgoodies_tooltip{
		background-color:#eeeeee;
		border:1px solid #000000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px;
		font-size:11px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: tahoma;
		color: #000000;
		text-align: justify;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
