/* CSS Document */


/* button no link link

#button a:link,
#button a:visited
{
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	background: #c0c0c0;
	padding: 2px;
	font-family: "Lucida Sans Unicode";
	border-top: thin none #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none #eeeeee;
}

#buttonBar a:active
{ 
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	background: #c0c0c0;
	padding: 2px;
	font-family: "Lucida Sans Unicode";
	border-top: thin none #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none #eeeeee;
 */

#buttonBlank  {display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	background: #c0c0c0;
	padding: 2px;
	font-family: "Lucida Sans Unicode";
	border-top: thin none #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none #eeeeee;}
  
 