.texto {
	font-family: Arial;
	font-size: 11px;
	color: #515151;
	text-decoration: none;
}
.texto:link {
	font-family: Arial;
	font-size: 11px;
	color: #A20104;
	text-decoration: none;
}

.texto2 {
	font-family: Arial;
	font-size: 10px;
	color: #737373;
	text-decoration: none;
}

.texto3 {
	font-family: Arial;
	font-size: 10px;
	color: #e3051e;
	text-decoration: none;
}

.texto4 {
	font-family: Arial;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}

.tit_newsletter {
	letter-spacing: -0.04em;	
	font-family: Arial;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.teste {
margin-left: 8px;
}

.texto_sugerir {
	font-family: Arial;
	font-size: 11px;
	color: #515151;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.newsletter{
	border:1px inset #666666; 
	background:#FFFFFF; 
	font-family: "Arial";
	color: #666666;
	font-size: 8pt; 
	padding: 2px;
}

.jump{
	border:1px solid #a8a8a8; 
	background:#FFFFFF; 
	font-family: Arial;
	color: #a8a8a8;
	font-size: 8pt; 
}



.bot_imagem{
	border:0px; 
	color: #FFFFFF;
	padding: 0px;
}


.normal { background-color: #eeeeee; }
.highlight { background-color: #e0e0e0; }

.menuinferior { 
	font-family: Verdana;
	color: #515151;
	font-size: 8pt; 
	text-decoration: none;
}

.menuinferior:hover {
	font-family: Verdana;
	color: #EC0621;
	font-size: 8pt; 
	text-decoration: underline;
}

.menuinferior:link {
	font-family: Verdana;
	color: #A20104;
	font-size: 8pt; 
	text-decoration: underline;
}

	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 177px;	/* IE 5.x */
		width/* */:/**/177px;	/* Other browsers */
		width: /**/177px;
		
		/* CSS HACK */
		height: 155px;	/* IE 5.x */
		height/* */:/**/155px;	/* Other browsers */
		height: /**/155px;
		
		background-color:#000;
		border:0px solid #317082;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:177px;
		height:155px;
		background-color:#2D210B;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
