/* CSS Document */
img{
	border: 0px;
}
#geral
{
	background-color: #fff;
	width: 242px;
	height: 242px;
}

#geral a {

	color: #fff;
}

#botoes
{
	background-color: #ff0; 
	width: 242px; 
	height: 32px; 
	display: inline;
}
#nav{
	width: 242px;
	height: 16px;
	background-color: #CCCCCC;
}
#nav ul{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px;
}
#nav ul li a{
	background: #eee;
}
/*#nav ul li a:hover{
	background:  ;
}*/
#titleSlide{
	width: 240px;
	font: bold 18px 'Arial';
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 0px solid #ddd;
	border-width: 0px 0px 0px 0px;
	height: 0px;
}
#titleSlide a{
	text-decoration: none;
	color: #555;
}
#titleSlide a:hover{
	border-bottom: 0px dashed #555;
}
#textSlide{
	width: 240px; /* Tamanho da caixa de texto*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	text-align: left;
	font-weight: 110px;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	font-weight: bold;
	padding-left: 8px;
}