.imgsLevel 
{
}

.imgsContainer 
{
}

.imgsItem 
{
	cursor: hand;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.imgsItem a
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}


.imgsActiveItem
{
	cursor: hand;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #99FF00;
	text-align: center;
}

.imgsSelectedItem
{
	cursor: hand;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #99FF00;
	text-align: center;
}

.imgsSelectedItem a
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #99FF00;
}



