.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: -1px;
}
.Menu:hover {
	color: #000000;
	text-decoration: none;
}
.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
.foot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #3366CC;
	text-decoration: none;
}
.foot:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #EEEEEE;
}
.cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 13px;
	color: #3366CC;
	text-decoration: none;
}
.cont:hover {
	color: #666666;
	text-decoration: underline;
}

