html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
	font-style: normal;
}
.txt         {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px
}


.button      {
	color: #FFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	width: 141px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	background-color: #333;
}
