body 
{
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: x-small;
}
div.main1 /* IE */
{
	text-align: center;
}
div.main1 /* FF */
{
	text-align: -moz-center;
}
table.data-in
{
	width: 550;
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: ;
	margin-left: auto; /* to center in Chrome, not necesary en IE, FF */
  margin-right: auto;	
}
table.data-in th 
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: steelblue;
	-moz-border-radius: ;
}
table.data-in td 
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.data-out
{
	width: 550;
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: ;
	margin-left: auto; /* to center in Chrome, not necesary en IE, FF */
  margin-right: auto;	
}
table.data-out th 
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: steelblue;
	-moz-border-radius: ;
}
table.data-out td 
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
div.content
{
	margin-top: 8;
}
