/* CSS Document */
.barText,
.barText_blue,
.barText_white { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.barText {
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	margin:0;
	padding:0;
	color:#000;
	background:url(off.jpg) 0 0 repeat-x;
	padding:4px 4px 4px 10px;
	text-align:left;
	text-decoration:none;
}

.barText_blue {
	border:1px solid #506f91;
	border-width:1px 1px 1px 1px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	background:url(bar_blue.jpg) 0 0 repeat-x;
	padding:4px 4px 4px 10px;
	text-align:left;
	text-decoration:none;
}

.barText_white {
	border:1px solid #506f91;
	border-width:1px 1px 1px 1px;
	margin:0;
	padding:0;
	color:#000;
	background:url(bar_white.png) 0 0 repeat-x;
	padding:4px 4px 4px 10px;
	text-align:left;
	text-decoration:none;
}

.bar_project_delimeter {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;
	line-height: normal;	font-weight: bold;	font-variant: normal;
	text-transform: none;	color: #66FFFF;	text-decoration: none; 	letter-spacing: 0.1em;
}

.barLinkText {
	font-family: "Tahoma";	font-size: 10px;	font-style: normal;
	line-height: normal;	font-weight: normal;	font-variant: normal;
	text-transform: none;	color: #FFFFFF;	text-decoration: none; 	letter-spacing: 0.1em;
}
.barLink {
	font-family: "Tahoma";	font-size: 10px;	font-style: normal;
	line-height: normal;	font-weight: normal;	font-variant: normal;
	text-transform: none;	color: #FFFFFF;	text-decoration: underline; 	letter-spacing: 0.1em;
}
.barLink:hover {
	font-family: "Tahoma";	font-size: 10px;	font-style: normal;
	line-height: normal;	font-weight: normal;	font-variant: normal;
	text-transform: none;	color: #CCFF00;	text-decoration: none; 	letter-spacing: 0.1em;
}