/* CSS Document */

.buttonBar a:link,
.buttonBar a:visited
{
	display: block;
	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;
}

.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  {
	display: block;
	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;
	}
	
/* 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: 140px;
	margin: 2px 0px 2px 5px;
}

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

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