BODY {
	margin : 0px;
	background-color: #333333;
	padding: 0px;
	background-image: url(../imagens/fundo.jpg);
	background-position: left top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E0E0E0;
}
table {
	font-size: 9pt;
	font-family: Arial, Verdana, "Times", Georgia, "Helvetica";
	color: #FFFFFF;
}
form{
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D1D1;
	width: 98%;
	text-align: left;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
}
.tabela_pag {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #616161;
	border-right-color: #616161;
	border-bottom-color: #616161;
	border-left-color: #616161;
}
#txt_geral {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#txt_aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #DD0000;
	text-align: center;
	vertical-align: top;
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	border: 1px solid #990000;
	font-weight: bold;
}
#txt_mod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF5CE;
	text-align: center;
	font-weight: bold;
}
#txt_titulo {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FF33FF;
	font-weight: bold;
}
#txt_titulo1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFCECE;
	font-weight: bold;
}
.table_fotos {
	border: 5px solid #FFCC00;
	background-color: #333333;
	background-image: url(../imagens/fundo_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo_lateral {
	border: 1px solid #999999;
	background-color: #272727;
}
.table_fotos1 {
	border: 2px solid #FFCC00;
	background-color: #333333;
	background-image: url(../imagens/fundo_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*começo do css menu */	
.m ul {
	list-style: none;
	width: 160px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #232323;
	background-color: #333333;
}
.m ul li {
	position: relative;
}
.m li ul {
	position: absolute;
	left: 148px;
	top: 0;
	display: none;
	right: 585px;
}
/* itens do menu */
.m ul li a {
	display: block;
	text-decoration: none;
	cursor: hand;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	border-top-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #232323;
}
/* Fix IE. Hide from IE Mac \*/
* html .m ul li { float: left; height: 1%; }
* html .m ul li a { height: 1%; }
/* End */
.m ul li a:hover {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	background-color: #FFCC00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9D7D00;
} /* Hover Styles */
.m li ul li a {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
} /* Sub Menu */
.m li:hover ul ul, li.over ul ul { 
display:none; 
}
.m li:hover ul, li li:hover ul, li.over ul, 
.m li li.over ul { 
display: block;
}
/*fim do css menu */
