/*style for item cell*/
.mout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #234B7E;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
/*style for item link*/
.mout a:link{
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
/*style for visited item link*/
.mout a:visited{
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item cell*/
.mover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	background-color: #d0e0f5;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item link*/
.mover a:link{
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered visited item link*/
.mover a:visited{
	color: #234B7E;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered item mouseovered link*/
.mover a:hover{
	color: #5555FF;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}

/*style for mouseovered active item link*/
.mover a:active {
	color: #FF5555;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
