/*CORPO DA PÁGINA GERAL*/
body {
	background-image:url(imagens/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#fff;
	margin:0px;
	line-height:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18;
}

A:link {COLOR: #431F20; TEXT-DECORATION: none}
A:visited {COLOR: #431F20; TEXT-DECORATION: none}
A:hover {COLOR: #431F20; TEXT-DECORATION: underline;}
A:active {
	COLOR: #F00;
	TEXT-DECORATION: none;
	font-size: 18px;
}
/*FIM CORPO DA PÁGINA GERAL*/

.textorod{font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #431F20; text-align:center; line-height:14px;}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#431F20;
	text-align:center;
	line-height:14px;
}
.frases{font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #FF6600; text-align:justify; line-height:14px;}
.textop{font-family:Arial, Helvetica, sans-serif; font-size: 9px; color:#431F20; text-align:justify; line-height:14px;}
.textocentro{font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#431F20; text-align:center; line-height:14px;}
.style9 {color: #CC0000; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-align:left; line-height:14px;}
.style10 {color: #003300}
.style1 {color: #FF0000}
.style13 {color: #000000}
.style14 {
	color: #006600;
	font-size: 12px;
}
.style7 {color: #005A3B; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style21 {font-size: 15px}
.style25 {
	text-align:center;
	line-height:14px;
	color: #F00;
	font-weight: bold;
}
.style1 {
	color: #FF0000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.style7 {color: #005A3B; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style16 {text-align:center; line-height:14px; color: #431F20;}
.style26 {
	color: #060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}



	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:center;
		width:450px;
		background:#fff;		
		margin-bottom:2em;
		}		

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:450px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:108px;
		}	
	#nextBtn{ 
		left:450px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(imagens/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(imagens/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */

