@charset "UTF-8";
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Symbol, sans-serif
	
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}

A:link { color: #006000; text-decoration: none }
A:visited { color: #006000; text-decoration: none }
A:active { color: #008500; text-decoration: none }
A:hover { color: #008500; text-decoration: underline; font-style: italic }

*.textbox
{
	background-image:url('png/fafafa.png');
	background-repeat:repeat;
	width:80px;
}

h4
{
	font-size:16px;
	text-align:center;
	margin-top:0px;
	margin-bottom:4px;
	padding: 0px;
}

table
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	table-layout: fixed;
	vertical-align:baseline;
	alignment-adjust:baseline;
}

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

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

*.header
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

*.center
{
	text-align: center;
}

*.right
{
	text-align: right;
}

*.fixedButton
{
	width: 60px;
}

*.fixwidth
{
	text-align: right;
	width: 85px !important;
	padding: 0px;
}

*.fixleft
{
	text-align: left;
	width: 85px !important;
	padding: 0px;
}
