body{
	margin: 0px;
	background-image:url(flow_bg.gif);
	background-position: center;
}
td{
	font-size:12px;
}
a:link,a:active,a:visited{
	color:black;
	text-decoration: underline;
}
a:hover
{
	
	color: #FF4500;
}
.top{
	filter:progid:DXImageTransform.Microsoft.Gradient(startcolorStr='#C6E2FF',endcolorStr='#ffffff',gradienttype='0')
}
.bottom{
	filter:progid:DXImageTransform.Microsoft.Gradient(startcolorStr='#ffffff',endcolorStr='#C6E2FF',gradienttype='0')
}
.copyright{
	font-size:9px; font-family: Tahoma; font-weight:bold; color: Navy;
}
.input{
	font-size:12px; width: 120px; height:20px;
}
.maintable{
	background-color: #EBFFFF;
}
.flow_content{
	letter-spacing: 1px;
	line-height: 200%;
	padding: 20px;
}
.shadow{
	filter:dropshadow(Color=#DCDCDC,offx=4,offy=4,positive=1);
}
.grid_header{
	background-color: #2086D3;
	color: White;
	font-weight: bold;
	text-align: center;
}
.grid tr{
	alternateColor:expression(bgColor=rowIndex%2==0?'#f3f3f3':'#FFFFFF');
	onmouseover: expression(onmouseover=function (){this.style.backgroundColor ='#00C1CD'});
	onmouseout: expression(onmouseout=function (){this.style.backgroundColor =''});
	onclick: expression(onclick=function (){window.showModalDialog('showMD.htm','null','dialogHeight: '+screen.height+'; dialogWidth: '+screen.width+'; center: Yes; help: No; resizable: No; status: No;dialogHide:true;scroll:auto;')});
}