
/* CSS Document */
td img {display: block;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.tit_sessao {
	font-family: tahoma;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}
.tit_subtiti {
	font-family: tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

#full_banner{
	position:absolute;
	top:0px;
	left:50px;
	height:auto;
	width:auto;
	z-index:2;
	visibility: visible;

}

#index{
	position:relative;
}
