BODY /*  Corpo do site  */ {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto, table {
	font-family: Arial;
	font-size: 11px;
	color: #979797;
	text-decoration:none;
}
.titulo {
	font-family: Arial;
	font-size: 12px;
	color: #7a7a7a;
	font-weight:bold;
	text-decoration:none;
}
.vejamais {
	font-family: Arial;
	font-size: 10px;
	color: #fe2513;
	font-weight:bold;
	text-decoration:underline;
}
.vejamais:hover {
	font-family: Arial;
	font-size: 10px;
	color: #fe2513;
	font-weight:bold;
	text-decoration:underline;
}
.rodape {
	background-image: url(images/fundo_rodape.jpg);
	background-repeat: no-repeat;
}
.rollover { 
	display: block; 
	width: 212px; 
	height: 30px;
	background: url(images/menu_hover.gif) no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #e8e8e8;
	font-weight:bold;
	text-decoration:none;
}
.rollover:hover { 
	background-position: right; 
	color: #000; 
	font-family: Arial;
	font-size: 12px;
	color: #e8e8e8;
	font-weight:bold;
	text-decoration:none;
}
.texto_menu {
	font-family: Arial;
	font-size: 12px;
	color: #e8e8e8;
	font-weight:bold;
	text-decoration:none;
	position:relative;
    left: 35px;
    top: 9px;
}
.texto_menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #e8e8e8;
	font-weight:bold;
	text-decoration:none;
}
.textorodape {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.forms {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	background-color: #f4f4f4;
	border: 2px; solid: #f4f4f4;	
	width: 180px;
	height: 22px;
}
a{
	color: #979797;
	text-decoration:none;
}
