@charset "UTF-8";
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #e3ffcb;
	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: 78px;
}

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

*.center
{
	text-align: center;
}

*.right
{
	text-align: right;
}

*.fixedButton
{
	width: 76px;
}

*.white 
{
	color: #FFF;
}

*.tablenonemargin
{
    margin-bottom: 0pt;
}

/* CMYK */

.cyan
 {
    FONT-WEIGHT: bold;
    color: #00A9E3
 }

.magenta
 {
    FONT-WEIGHT: bold;
    color: #D32885
 }

.yellow
 {
    FONT-WEIGHT: bold;
    color: #D0BB00
 }

.black
 {
    FONT-WEIGHT: bold;
    color: #222222
 }

.red
 {
    FONT-WEIGHT: bold;
    color: #CD1F19
 }

.green
 {
    FONT-WEIGHT: bold;
    color: #008D37
 }

.blue
 {
    FONT-WEIGHT: bold;
    color: #263784
 }