/*   
	Printing CSS positoned layers in V5+ browsers  
	 In Head of web page just before </head> put:
	<link rel="stylesheet" type="text/css"   href="print.css"   media="print"  > 
	and link pages to be printed to the stylesheet. 
	IMPORTANT: printing will be done in the sequence of the DIVs on the page  
*/

/* Hide these layers on printout   */
/* #divID {display: none !important;} */
#toplogo {display: none !important;}
#menu {display: none !important;}
#sidemenu {display: none !important;}
#hide {display: none !important;}

/*  Show these layers on printout */
/* #divID {position: static !important;} */
#text {
	width: auto;
	border: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	float: none !important;
	color: black; 
	background: transparent;
	} 
#home {
	float: none !important;
	color: black; 
	background: transparent;
	width: auto;
	margin: 0px 100px 0px 0px;
}	

/* Background URL must be Absolute for Netscape 4.x */
/* Set page margin to 1 inch */
body {background: white; !important; margin: 0px 0px 0px 0px; FONT-SIZE: 10pt;  COLOR: black; FONT-FAMILY: verdana, arial, geneva, sans-serif, helvetica;
}

P ,li {
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: verdana, arial, geneva, sans-serif, helvetica;
	line-height: normal;
	margin: 0px 0px;
}

table, td, ul, ol,  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Covering all the bases */
td {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-style: none;
	line-height: normal;
	}

.bold {
	font-weight: bold;
}
