/*style for item cell*/
.mout {
	font-family: Century Gotic, Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:12px;
	/*background-color: #DBEAF5;*/
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
/*style for item link*/
.mout a:link{
	color:#747474;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for visited item link*/
.mout a:visited{
	color: #747474;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

.mout a:active {
	color: #000000;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item cell*/
.mover {
	font-family: Century Gotic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	/*background-color: #d0e0f5;*/
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item link*/
.mover a:link{
	color: #000000;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered visited item link*/
.mover a:visited{
	color: #000000;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item mouseovered link*/
.mover a:hover{
	color: #000000;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered active item link*/
.mover a:active {
	color: #000000;
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
