body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table.pedidos {
	width: 100%;
	border:2px groove #EFEFEF;
}

tr.pedidos {
	font-family: Verdana;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
}

tr.pedidos_texto {
	background-color: #EFEFEF;
}

td.pedidos_c1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.pedidos_c2 {
	background-color: #000080;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;	
}

td.pedidos_texto {
	padding: 5px;
	valign: top;
	font-family: Arial; font-size: 11px;
}