/*RESET*/


/*END: RESET*/

/*GLOBAL TAGS*/


body {
 	background-image: url(../img/base/main-bg.jpg);
 	background-position: top center;
 	background-repeat: no-repeat;
	line-height: 1.5;

}	


body, option, table, td, tr {
	font-size: 13px;
	font-family: "trebuchet ms", verdana, geneva, arial, helvetica, sans-serif;
	color: Gray;
}	


input, textarea, select {
	font-size: 13px;
	font-family: "trebuchet ms", verdana, geneva, arial, helvetica, sans-serif;
	color: #000000;
	border: none;
	}	

P{
	line-height: 1.5;	
}
	
IMG{
		border: none;
	}

A {
	text-decoration: none;
	color: Black;
}
A:hover { 
	color: Black;
	text-decoration: underline;	
  }
A:visited { }
A:link {  }
A:active {  }


 blockquote p
{

padding: 5px 15px 0px 10px;
font-size: 1em;
float: left;
background: url(../img/base/left-quote-down.png) bottom right no-repeat;
}

blockquote
{
padding: 20px;
font-size: 1.5em;
background: url(../img/base/left-quote.png) no-repeat top left;
}

cite
{
font-size: 1.2em;
float: right;
margin-right: 50px;
} 
	
/*END: GLOBAL TAGS*/
	
/*	MENU PRINCIPAL*/


/*	END: MENU PRINCIPAL*/


/*TEXTOS*/

.TxtChamadaLaranja1{
	font-weight: bold;
	color: #e77817;
}

.TxtChamadaMarrom1{
	font-weight: bold;
	color: #4C4840;
}

.TxtChamadaMarrom2{
	font-size: 25px;
	font-weight: bold;
	color: #4C4840;
}


.TxtChamadaBranco1{
	font-weight: bold;
	color: White;
}


.TxtFundoVerde{
	color: White;
	font-weight: bold;
	text-decoration: none;	
}

.TxtFundoVerde:link{
color: White;
font-weight: bolder;

}

.TxtFundoVerde:hover{
text-decoration: underline;	
}
.TxtFundoVerde:visited{
}


.TxtVerde{
	color: #99ae6a;
	font-weight: bold;
	text-decoration: none;
		
}

.TxtVerde:link{
color: #99ae6a;
font-weight: bolder;

}

.TxtVerde:hover{
text-decoration: underline;	
}
.TxtVerde:visited{
}



/*END:TEXTOS*/


/*IMAGES*/

.ImgDetail1{
	border: 2px solid;
	border-color: #99AE6A;
	margin: 10px;
}

.ImgDetail1:Link{
	border: 5px;
	border-color: #99AE6A;
	margin: 10px;
}


/*END: IMAGES*/


/*TABELAS*/

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #99ae6a;
	border-bottom: 7px solid #99ae6a;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: Bold;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #99ae6a;
	border-left: 1px solid #99ae6a;
	color: Black;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #99ae6a;
	border-left: 1px solid #99ae6a;
	color: #99ae6a;
}


/*END: TABELAS*/