/* CSS Document */

.background_interno{
	background-image: url(imagens/background_interno.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.Form {	FONT-WEIGHT: normal;
		FONT-SIZE: 11px;
		BACKGROUND: #FFFFFF 0% 0%;
		COLOR: #000000;
		font-family: Tahoma;
		border: 1px solid #E1E1E1;
		line-height: 18px;
}


/* Acesso Restrito */

a.ar_esqueci_senha:link {
		color:#999999;
		font-family:Tahoma;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}

a.ar_esqueci_senha:active {
		color:#999999;
		font-family:Tahoma;
		font-size: 10px;
		font-style: normal;
		font-weight:normal;
		text-decoration: none;
}

a.ar_esqueci_senha:visited {
		color:#999999;
		font-family:Tahoma;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}

a.ar_esqueci_senha:hover {
		color:#F7901E;
		font-family:Tahoma;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}


.ar_form {
		FONT-WEIGHT: normal;
		FONT-SIZE: 11px;
		BACKGROUND: #FFFFFF 0% 0%;
		COLOR: #999999;
		font-family: Tahoma;
		border: 1px solid #E1E1E1;
		line-height: 18px;
}

/* Home */

.home_texto{
	font-size:10px;
	color:#666666;
	font-family: Tahoma;
};

/* Produtos */

.produtos_texto{
	font-size:11px;
	color:#666666;
	font-family: Tahoma;
};

/* Serviços */
.ser_link{
		color:#666666;
		font-family:Tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;

}
a.ser_link:link {
		color:#666666;
		font-family:Tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}

a.ser_link:active {
		color:#666666;
		font-family:Tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight:normal;
		text-decoration: none;
}

a.ser_link:visited {
		color:#666666;
		font-family:Tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}

a.ser_link:hover {
		color:#F7901E;
		font-family:Tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
}


/* Rodapé */

.rodape{
	font-size:10px;
	color:#666666;
	font-family: Tahoma;
};