body {	
	font-family: Arial,sans-serif,Helvetica; 
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000; /*#525252;*/
	margin: 0px;
	/*background-color: #FFFFFF;*/
	/*background-image: url('../images/fundo.jpg');*/
}

* {
	padding: 0;
	margin: 0;
}

/* Contents */

h2 {
	font-size: small;
}

.textContent {	
	font-size:12px;
	font-weight:normal;
	text-align: justify;
}

.textContent h1 {
	font-size:20px;
	font-weight:normal;	
	margin-bottom: 20px;
}

.textContent p {
	margin-bottom: 10px;
}

.textContentMargin {
	margin: 15px 15px 15px 15px;
}

.textContentMarginBanner {
	margin: 6px;
}

.textContentMarginBanner p{
	margin-bottom: 2px;
}

.textContent a {
	color: #676B24;
	text-decoration: underline;	
}

.textContent a:hover {
	color: #575B40; /*#339CB2;*/	
	text-decoration: none;
}

.textContent a:visited {
	/*color: #216E84;*/
}

.textContent a img {
	border:0 none;
	margin:0;
	padding:0;
}

.textContent ul {
	margin-left: 30px;	
}

/* LAYOUT */
.frame {
	border: 1px solid #82817C;
	/* add */
	width: 776px; 
	/*height: 681px;*/ 
	margin: auto;
	padding: 1px;
	background-color: white;
}

.bodyContentArea {
	margin: 2px;	
}

.bodyLeftContentArea {
	float: left; 
	width: 75%; 
	border-right: solid 1px #E9E9E9;
}

.bodyRightContentArea {
	float: left; 
	width: 24%;
	/*border-left: solid 1px #E9E9E9;*/
}

.footerLeftContentArea {
	float: left; 
	border-right: solid 1px #E9E9E9; 
	width: 50%;	
}

.footerRightContentArea {
	float: left; 
	width: 49%;
	/*border-left: solid 1px #E9E9E9;*/
}

.dash {
	background-color: #82817C;
	width: 775px;
	height: 3px;
	padding: 0;
	margin: 2px 0; 
}

/* MENU SUPERIOR */

.topListMenuDIV {
	padding-top: 20px;
	padding-bottom: 20px;
}

.topListMenu {	
	padding-left: 0;	
	width: 776px;
	font-weight: bold;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
}

.topListMenu li {
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	text-transform: uppercase;
	list-style: none;	
	float: left;		
	margin: 0px;
	padding: 0 0 0 0px;	
}

.topListMenu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000; /*color: #A6AF3B;*/ 	
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	font-size: 1.2em;
	margin-left: 0px; /*10px;*/
	margin-right: 0px; /*10px;*/
	padding: 20px 7px;
	width: auto;	
}

.topListMenu li a:hover {
	color: #575B40; /*#1f6a81;*/
	/*background-color: #FFFFFF;*/	
}

.topListMenu li a:visited {
	color: #OOOOOO;
}

/* MENU RODAPÉ */

.bottomListMenu {
	padding-left: 6px;	
	font-size: 10px;	
	color: #000000;
}

.bottomListMenu li {
	float: left;
	list-style: none;	
	margin-left: 4px;
}

.bottomListMenu li a {
	color: #000000; /*color:#575B40;*/	
	font-weight:bold;
	text-decoration:none;
}

.bottomListMenu li a:hover {
	color: #575B40; /* #A6AF3B;*/	
	text-decoration: underline;
}

.bottomListMenu li a:visited {
	color: #000000;
}

