TD {
	font: xx-small Verdana;
}

TBODY {
	font: xx-small Verdana;
}

TH {
	font: bold xx-small Verdana;
}

INPUT {
	font: xx-small Verdana;
}

SELECT {
	font: bold xx-small Verdana;
}

a.clsMenuItemNS {
	text-decoration: none;
	font: bold xx-small Verdana;
	color: blue;
}

a.clsMenuItemIE {
	text-decoration: none;
	font: bold xx-small Verdana;
	color: blue;
}

.initial2 {
	font: bold xx-small Verdana;
	background-color: teal;
	color: blue;
	text-decoration: none;
}

.initial3 {
	text-decoration: none;
	font: bold xx-small Verdana;
	color: blue;
}

#fwBusyDiv {
	text-align: center;
	visibility: hidden;
	position: absolute;
	z-index: 10000;
	top: 35px;
	left: 10px;
}

#fwBkBtnMenu {
	display: inline;
	text-align: left;
}

#fwBackBtn {
	visibility: visible;
	float: left;
	overflow:hidden;
	border: thin inset #C6C3C6;
}

#fwMenu {
	float: left;
}

#fwFuncDesc {
	display: block;
	position: relative;
	text-align: center;
	padding: 5px 4px 5px 3px;
}

#fwAppDiv {
	text-align: left;
	left: 0.5em;
}

@media print{
	body{ background-color:#ffffff; background-image:none; color:#000000 }
	#fwBackBtn{ display:none;}
	#fwMenu{ display:none;}
//csmgc	#fwAppDiv{ width:100%;}
}