﻿
td.LeftBorderButtons 
	{
	text-align: left;
	background-color: navy;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 10.0pt;
	height: 18px;
	width: 155px;
	border-width: thin;
	border-style: solid;
	border-color: white;
}
a:link.LeftBorderButtons 
	{
	color: white;
	background-color: navy;
	text-decoration: none;
	height: 18px;
	width: 155px;
	font-weight: bold;
	white-space: nowrap;
}
a:visited.LeftBorderButtons 
	{
	color: white;
	background-color: navy;
	text-decoration: none;
	height: 18px;
	width: 155px;
	font-weight: bold;
	white-space: nowrap;
}
a:hover.LeftBorderButtons
  {
	background-color: blue;
	text-decoration: none;
	vertical-align: middle;
	height: 18px;
	width: 152px;
	font-weight: bold;
	white-space: nowrap;
}
