.title {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color : Black;
	text-align : left;
	text-indent : 2%;
}
body
{
	background-color: White;
	background-attachment: fixed; 
	color: Black; 
	background-image: url(/pic/back_mf.jpg);
}
.menuUnsel {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	font-style: normal;
	color : White;
	background : Red;
}
.menuSel {
	text-decoration: underline;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	font-style: normal;
	color : #FFFF9C;
	background : Red;
}
.text {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	font-style: normal;
}
.textLeft {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color : Black;
}
.textRight {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color : Black;
	text-align : right;
}
.text_desc {
	text-decoration: none;
	font-family: MS Sans Serif, arial, helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color : Black;
	font-style : normal;
}

