body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mnu {
	color: #FFFFFF;
	font-size: 18px;
}
.bdy {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
a.mnu:link {
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}
a.mnu:visited {
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}
a.mnu:hover {
	font-weight: 800;
	color: #6699CC;
	text-decoration: underline;
}
a.mnu:active {

	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}
.mnu2 {
	color: #FFFFFF;
	font-size: 14px;
}
a.mnu2:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.mnu2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.mnu2:hover {
	color: #6699CC;
	text-decoration: underline;
}
a.mnu2:active {
	text-decoration: none;
	color: #FFFFFF;
}
.foot {
	font-size: 12px;
}

