body{
	background-attachment: fixed;
	color: #000000;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
}

table{
	width:130px;
	height:130px;
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

table thead th{
	background:#DEDEDE url(hbg.gif) repeat-x;
	color:#404040;
	height:26px;
	text-align:center;
	padding-top: 6px;
	padding-bottom:4px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: 700;
}

table tfoot td{
	background:#F6F6F6;
	color:#404040;
	height:12px;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}

table tbody td{
	background:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	font-weight: normal;
	height:12px;
	padding-left:7px;
}

table tbody td.spacer{
	height:auto;
}

a:link, a:visited {
	color:#A90329;
	text-decoration:none;
}

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}