body {
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fonte_cinza {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 120%;
}
.fonte_laranja-b {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #CC6600;
	line-height: 120%;
	font-weight: bold;
}.borda_foto {
	padding: 1px;
	border: 1px solid #595959;
}
.fonte_branca {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: bold;
}

a:link {
	color: #4B4B4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B4B4B;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
a.branco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.branco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.branco:hover {
	text-decoration: none;
	color: #CC6600;
}
a.branco:active {
	text-decoration: none;
	color: #FFFFFF;
}
.fonte_titulo {

	font-family: tahoma, arial, helvetica;
	font-size: 15px;
	color: #CC6600;
	line-height: 150%;
	font-weight: bold;
}
.formulario {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 120%;
	background-color: #EEEEEE;
	border: 1px solid #7E7E7E;
}

