.fundoX {
	background-repeat: repeat-x;
}
.bordaY {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 5px;
	font-weight: bold;


}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;

}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
.bordaRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.divisao {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.fundoY {
	background-repeat: repeat-y;
}
.fundo {
	background-repeat: no-repeat;
}
#anuncio{
	margin-bottom: 5px; 
	border: 1px solid #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
#video{
	position:absolute;
	left:50%;
	top:400px;
	width:515;
	height:420;
	z-index:1;
	margin: -150px 0 0 -300px;
	visibility: hidden;
	background-color:#666666;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
#fechar{
	cursor:pointer;
	cursor:hand;
}