/* CSS ORIGINAL */
body{
	margin:0px 0px 0px 0px;
	text-align: center;
}

.princ_table{
width:100%;
height:100%;
text-align:center;
}

.princ_tableBASE{
width:100%;
height:100%;
text-align:center;
}

.td_top{
	background-image:url(img/bg-top.jpg);
	background-position:center;
	text-align: center;
}
.td_principal{
	background-color:#e9f5ff;
	background-position:center;
	color: #5C9DC7;
}
.td_menu{
	background-image:url(img/bg-menu.jpg);
	background-position:center;
	text-align: center;
}

.td_rodape{
	background-image:url(img/bg-footer.jpg);
	background-position:center;
}

td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:justify;
line-height:16px;
}

.td2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2e6f9a;
text-align:justify;
line-height:16px;
}
.principal_site{
	padding-left: 500px;
}
/* Outro CSS */



.input{
border:#666666 1px solid;
background-color:#FFFFFF;
width:200px;
}

.input_buttom{
background-color:#EAEAEA;
color:#333333;
border:#666666 1px solid;
height:20px;
}

.link{
font-size:10px;
color:#555555;
font:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

.link:hover{
font-size:10px;
color:#009900;
font:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

.link_especial{
font-size:10px;
color:#009900;
font:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

.link_especial:hover{
font-size:10px;
color:#FF0000;
font:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
.rodape{
text-align:center;
padding-bottom:5px;
}

.rodape_link{
text-align:center;
padding-bottom:5px;
text-decoration:none;
color:#666666;
}
.rodape_link:hover{
text-align:center;
padding-bottom:5px;
text-decoration:underline;
color:#666666;
}

.destaque{
font-size:14px;
font-weight:bold;
color:#009900;
}

.link_loca{
text-decoration:none;
color:#FFFFFF;
}
.link_loca:hover{
text-decoration:underline;
color:#FFFFFF;
}
.princ_table tr .td_menu table tr td img {
	text-align: center;
	

}
.princ_table tr .td_rodape table tr td b {
	color: #2E6F9A;
}
.princ_table tr .td_principal table tr td #FlashID {
	text-align: center;
}
.princ_table tr .princ_tableBASE table tr td img {
	text-align: center;
}
.princ_table tr .td_principal table tr td table tr td table tr td img {
	text-align: right;
}


/* MENU HTML */
ol, ul { /* reset das tags para suporte cross browser */
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	padding-left: 60px;
	vertical-align: baseline;
	background: transparent;

}

li {
	float: left;
}
li a {
	display:block;
	height: 24px;
}
.larg01 {
	background: url("images/menu_01.png") no-repeat 0 0;
	width:66px;
}
.larg02 {
	background: url("images/menu_02.png") no-repeat 0 0;
	width:158px;
}
.larg03 {
	background: url("images/menu_03.png") no-repeat 0 0;
	width:145px;
}
.larg04 {
	background: url("images/menu_04.png") no-repeat 0 0;
	width:120px;
}
.larg05 {
	background: url("images/menu_05.png") no-repeat 0 0;
	width:151px;
}
.larg06 {
	background: url("images/menu_06.png") no-repeat 0 0;
	width:111px;
}
li a:hover {
background-position: 0 -26px;
}
