body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../videos/recursos/fundo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
a:link {
	color: #333333;
	text-decoration: none;
}

.texto_cinza {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.texto_cinza_pequeno {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

