﻿.ButtonList
{
	margin: 10px 0px 10px 0px;
}

.ButtonList ul
{
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

.ButtonList ul li
{
	background-color: #690000;
	padding: 2px 4px 2px 4px;
	font-size: 9pt;
	height: 1%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	display: inline;
	border: 1px solid black;
	margin: 0px 2px 0px 2px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}
