body 
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, Symbol, sans-serif
	
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}

table
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	table-layout: fixed;
	width: 320px;
}

td
{
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 80px;
}

*.footer
{
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

*.center
{
	text-align: center;
}

*.right
{
	text-align: right;
}

*.fixedButton
{
	width: 76px;
}
