/*OBJETOS DA PÁGINA PRINCIPAL*/
.body_pastpartout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#99cc00;
	scrollbar-face-color:#99cc00;
	scrollbar-3dlight-color:#669900;
	scrollbar-highlight-color:#99cc00;
	scrollbar-shadow-color:#669900;
	scrollbar-darkshadow-color:#669900;
	}
.tabela_caixa_principal {
	background-color: #99cc33;
	border: 1px solid #99CC00;
	}
.tabela_sombra {
	background-attachment: fixed;
	background-image: url(../imgs_layout/grade_800x494_003.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*PÁGINAS INTERNAS*/
.body_paginas {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003300;
	background-color: #99cc33;
	margin: 10px;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#99cc00;
	scrollbar-face-color:#99cc00;
	scrollbar-3dlight-color:#669900;
	scrollbar-highlight-color:#99cc00;
	scrollbar-shadow-color:#669900;
	scrollbar-darkshadow-color:#669900;
	background-attachment: fixed;
	background-image: url(../imgs_layout/bg_494X494_99cc33_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

a:link {
	color:#003300;
  	text-decoration:underline;
  	}
a:visited {
	color:#006600;
  	text-decoration:underline;
  	}
a:hover {
	color:#000000;
  	text-decoration:underline;
  	}
/*TEXTOS*/
.texto_titulos {
	font-size: 22px;
	font-weight: bold;
	color: #003300;
	}
.texto_subtitulos {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	font-style: italic;
	line-height: 20px;
	}
.texto_destaque {
	font-size: 14px;
	font-style: italic;
	color: #333300;
	line-height: 26px;
	font-weight: normal;
	}
.texto_destaque_menor {
	font-size: 12px;
	font-style: italic;
	color: #006600;
	line-height: 20px;
	font-weight: normal;
	}
/*MENUS*/
.menu {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	}
.menu a:link {
	color:#000000;
  	text-decoration:none;
  	}
.menu a:visited {
	color:#000000;
  	text-decoration:none;
  	}
.menu a:hover {
	color:#000000;
  	text-decoration:underline;
  	}
.submenu {
	font-size: 12px;
	color:#003300;
	font-weight: bold;
	}
.submenu a:link {
	color:#003300;
  	text-decoration:none;
  	}
.submenu a:visited {
	color:#003300;
  	text-decoration:none;
  	}
.submenu a:hover {
	color:#003300;
  	text-decoration:underline;
  	}
