/* Button Bar */

.buttonBar a:link,
.buttonBar a:visited
{
	float: left;
	font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	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;
	text-align: center;
	width: 140px;
	margin: 2px 0px 0px 4px;
	
}

.buttonBar a:hover 
{ 
background: #085aa5; 
font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	}

.buttonBar a:active
{ 
background: #c0c0c0; 
font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	}


.buttonBlank  {
	float: left;
	font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	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;
	text-align: center;
	width: 140px;
	margin: 2px 0px 0px 4px;
	}
	
/* Header Bar	



.headerBar a:link,
.headerBar a:visited
{	
	float: left;
	font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	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;
	text-align: center;
	width: 135px;
	margin: 2px 0px 2px 4px;
	
}

.headerBar a:hover 
{ 
background: #085aa5; 
font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	width: 136px;
	
	}

.headerBar a:active
{ 
background: #c0c0c0; 
font-size: 10pt;
	text-decoration: none;
	color: #6E6E6E;
	width: 135px; */
	}	
/*	.headerBarContainer 
{
background: #c0c0c0; 
	height: 50px;
	width: 90%;
	vertical-align: bottom;	
} */
