.BottomNavBar {
	caption: - Navigation Bar;
	visible:false;
	width: 100%;
}
td.BottomNavBar-Cell-Level-1 {
	caption: Cell - Normal (cell);
	visible:false;
	text-align: center;}
a.BottomNavBar-Text-Level-1 {
	caption: Text - Normal (link);
	visible:false;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;}
a:hover.BottomNavBar-Text-Level-1 {
	caption: Text - Hover (link);
	visible:false;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #cc0099;
	background-repeat: no-repeat;
}
a.BottomNavBar-Text-Level-1-Selected {
	caption: Text - Selected - Normal (link);
	visible:false;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #cc0099;
	background-repeat: no-repeat;
}
a:hover.BottomNavBar-Text-Level-1-Selected {
	caption: Text - Selected - Hover (link);
	visible:false;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #cc0099;
	background-repeat: no-repeat;
}
.BottomNavBar-Text-Level-1-Disabled { 
	caption: Text - Disabled; 
	visible:false; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	text-decoration: none; 
	color: eeeeee;
}
.BottomNavBar-Delimiter-Level-1 {
	caption: Delimiter;
	visible:true;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-repeat: no-repeat;
	letter-spacing: 8px;}
