/* CSS Document */

/* objetos de posicionamento */


#corpo {
	margin-top: -1px; margin-left: 0px; width:755px; height:auto;
	background-color:#FFFFFF;	
	
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
}

#link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;		
	color: #000000;
}

.titulo{
	
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.texto{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.produto{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.form
{
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	font-weight: Bold;
	border: 1 solid #000000;
	border-bottom-color: #000000;
	border-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

