/* CSS Document */
body 
{
	background: #EEE url(../img/background.gif) repeat-y top;
}

texto1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #366599;
}

#div_almazen 
{
	width: 300px;
	height: 200px;
	text-align: left;
	left: 100px;
	margin: 20 auto;
}

#update {
	width: 730px;
	margin-left: auto;
	margin-right:auto;
	font-weight:bold;
	color:#333333;
}

.RODAPE
	{
		FONT-FAMILY: Verdana, Arial;
		FONT-SIZE: 9px;
		COLOR:#666666;
		FONT-WEIGHT:	normal;
	}
.texto_tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:visited	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:active	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:hover	
	{	
	text-decoration:	none;
	color:gray;
	}

