BODY
{
	background-color: white;
	margin: 20px;
	font: normal 100% verdana;
	color: black;
}
TABLE
{
	font: normal 100% verdana;
	color: black;
}
/*Section specific background images turned off for the print format.*/
TD.WWA-bg, TD.WWD-bg, TD.R-bg, TD.IR-bg, TD.CU-bg, TD.SM-bg, TD.S-bg
{
	background-image: none;
}
/*The Header and Section Navigation cells are hidden.*/
TABLE.page_container
{
	height: 100%;
	width: 100%;
}
TD.header
{
	display: none;
}
TD.section-nav
{
display: none;
}
TD.content
{
padding-bottom:15px;
	width: 100%;
		}
TABLE.page_container TBODY
{
	display: inline-block;
}
TABLE.page_container TFOOT
{
	display: table-footer-group;
	position:fixed;
	bottom:0px;
	width:100%;
	
}
TABLE.page_container TFOOT TD
{
	font: bold 70% verdana;
	border-top: solid 1px gray;
	color: #000000;
	padding: 10px 0px 0px 0px;
	height: 20px;
		width:50%;
		
}
TABLE.page_container TFOOT TD A
{
	display: none;
}
TABLE.page_container TFOOT TD A:visited
{
display: none;
}
/*Styles for the Body conetent.*/
H1
{
	color: #000000;
	font: bold 110% verdana, sans-serif;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
H2
{
	font: bold 120% verdana, sans-serif;
	color: #000000;
}
DIV.bodytext
{
	width: 100%;
	height:100%;
	font: normal 70% verdana;
	padding: 0px;
	color: #000000;
    line-height: 22px;

}
DIV.bodytext UL
{
	list-style-type: square;	
}
/*End*/






