body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-highlight-color:#fffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#666666;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#f8f8f8;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style5 {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 10px;
	font-weight: bold;
}
.style7 {font-size: 10px}

/* Links de navegao */
a.naveg:link {
	text-decoration:none;
	color: #ffffff;
}
a.naveg:visited {
	text-decoration: none;
	color: #ffffff;
}
a.naveg:hover {
	text-decoration: none;
	color: #eeeeee;
}
a.naveg:active {
	text-decoration: none;
	color: #333333;
}

/* Links normais */
a.link:link {
	text-decoration: none;
	color: #FE8534;
}
a.link:visited {
	text-decoration: none;
	color: #FE8534;
}
a.link:hover {
	text-decoration: underline;
	color: #FE8534;
}
a.link:active {
	text-decoration: none;
	color: #FE8534;
}

/* Links do mural */
a.mural:link {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.mural:visited {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
a.mural:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
a.mural:active {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

/* Gramde */
a.grande:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}
a.grande:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}
a.grande:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}
a.grande:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}

/* Style pra inputs */
.inp  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;	
}
	/* Style pra inputs com BORDA */
	.inpBR  {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		background-color: #FFFFFF;
		border: 1px solid #D4D0C8;	
	}
	
	/* Style pra inputs com BORDA e tamenho FONTE 10 */
	.inpB  {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		background-color: #FFFFFF;
		border: 1px solid #D4D0C8;	
	}
	/* Style pra inputs SUBMIT */
	.sub  {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		background-color: #D4D0C8;
		border: 1px solid #D4D0C8;	
	}
	
.bg_naveg_3 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image:url(../imagens/body/bg_bot.3.gif)
}

/* Style pra tabelas */
.bg_naveg_2 {
	background-attachment: fixed;
	background-repeat: x-repeat;
	background-position: right bottom;
	background-image:url(../imagens/body/bg_bot.2.gif)
}
.alerta {
	color: #FF3300;
	font-weight: bold
}
.sucesso {
	font-size: 11px;
	color: #006699;
	font-weight: bold
}