body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	/*background-image: url(imagens/fundo.jpg);*/
	background-color: #FB7104;
	margin-left: px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*LINK MENU*/
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu:hover {
	text-decoration: none;
	color: #006342;
}
a.menu:active {
	text-decoration: none;
	color: #ffffff;
}

/*LINK GRANDE*/
a.grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}
a.grande:link {
	text-decoration: none;
}
a.grande:visited {
	text-decoration: none;
	color: #000066;
}
a.grande:hover {
	text-decoration: underline;
	color: #006342;
}
a.grande:active {
	text-decoration: none;
	color: #000066;
}

/*LINK 1 SITE */
a.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a.link1:link {
	text-decoration: none;
}
a.link1:visited {
	text-decoration: none;
	color: #003366;
}
a.link1:hover {
	text-decoration: none;
	color: #666666;
}
a.link1:active {
	text-decoration: none;
	color: #003366;
}


.borda_tabelahome {
	border: 1px solid #FEDEC7;
}
.tit_paginas {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

.tit_topicos {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.tit_branco{color: #FFFFFF}

.txt_pag_data {font-size: 14px}


a.linkpro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000069;
}
a.linkpro:link {
	text-decoration: underline;
}
a.linkpro:visited {
	text-decoration: underline;
	color: #000069;
}
a.linkpro:hover {
	text-decoration: none;
	color: #666666;
}
a.linkpro:active {
	text-decoration: none;
	color: #000069;
}
.Vermelho{color: #990000}

.pontilhado{ 
	border-style: dotted; 
	border-width: 1px; 
	border-color: #000099; 
	background-color: FFF; 
} 
