body {
	background-image: url(imagens/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
}
.txtp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txtp_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

.titulo {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #34689A;
}
a:visited {
	color: #34689A;
}
a:hover {
	color: #333333;
}
a:active {
	color: #34689A;
}

.LINKBRANCO:link {		
	
		color: #ffffff;
		text-decoration: none}

.LINKBRANCO:visited {
		
		color: #ffffff;
		text-decoration: none}

.LINKBRANCO:hover {
	
		color: #ffffff;
		text-decoration: underline}