table.buttonTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}
table.buttonTable td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}

.buttonTop, .buttonBottom
{
	height: 1px;
	background-color: #5386BC;
}

.buttonLeft, .buttonRight
{
	width: 1px;
	background-color: #5386BC;
}

.buttonMiddle 
{
	background-color: #A9C3DE;
	color: White;
	vertical-align: middle;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}

.areaTop, .areaBottom
{
	height: 1px;
	background-color: #A9C3DE;
}

.areaLeft, .areaRight
{
	width: 1px;
	background-color: #A9C3DE;
}

.areaMiddle 
{
	background-color: #5386BC;
	color: White;
	vertical-align: middle;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}