@charset "iso-8859-1";
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: 0px 0px auto;
	width: auto;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F4F2E4;
}
#banner {
	padding: 0px;
	height: 160px;
	background-color: #F4F2E4;
}
#nav {
	padding: 0px;
	height: 20px;
}
#leftcolumn {
	float: left;
	width: 200px;
	position: absolute;
	top: 180px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#boa {
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	float: right;
	height: 200px;
	width: 200px;
	position: absolute;
	top: 180px;
	right: 0px;
}

#rightcolumn {
	width: 200px;
	right: 0px;
	position: absolute;
	top: 378px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}
#content {
	padding-top: 0px;
	margin: 0px;
	padding-right: 200px;
	padding-left: 200px;
}
#textoatual {
	background-color: #F4F2E4;
	padding: 50px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#textoultimo {
	padding: 5px;
	background-color: #F0F0F0;
}
#textopenultimo {
	padding: 5px;
	background-color: #F0F0F0;
}
#textoantepenultimo {
	padding: 5px;
	background-color: #F0F0F0;
}

#accordion {
	height: 180px;
	width: 200px;
	margin-top: 0px;
	padding: 0px;
}
#reflexao {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	left: 0px;
	top: 258px;
	position: absolute;
	padding-left: 0px;
}
#sprycontent {
	margin: 0px;
	padding: 0px 200px 0px 0px;
	float: none;
	position: fixed;
	width: auto;
	height: auto;
	left: 200px;
	top: 190px;
	page-break-before: auto;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#propaganda {
	text-align: center;
	padding: 0px;
}
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {color: #FFFFFF}


/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 200px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(images/Botton-up.gif);
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: 185px;
	background-color: #666666;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
	background-image: url(images/Botton-up.gif);
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
	background-image: url(images/Botton-do.gif);
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
	background-image: url(images/Botton-up.gif);
}
div.MsoNormal {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
li.MsoNormal {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
p.MsoNormal {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
p.MsoNormal1 {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
p.MsoNormal2 {mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.style6 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {
	font-size: 12px;
	color: #000000;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #CFCFCF;
}
a:active {
	color: #CFCFCF;
}


a:visited {
	color: #CFCFCF;
}
.style8 {font-size: 9px}
a:link {
	color: #CFCFCF;
}




.titulolateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.clearboth {
	clear: both;
	margin: 0px;
	padding: 0px;
}

