@charset "utf-8";
/* CSS Document */

.print		{	display: block;	}
.noprint	{	display: none;	}




/* ******************************************************************************************************** */


body	{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: none;
}

a	{ text-decoration:none; color: #000;  	}

th	{ background-color: #fff; }

body, p, td, li	{	font-size: 8pt; line-height: normal;	}

/* end of HTML TAGS section */



/* ******************************************************************************************************** */



/* CREATE IDs FOR PAGE SECTIONS
	remember: each ID can apply to only one area of each page, because IDs can be used to position items on the screen
	          Common page elements that can use IDs are Content, Navigation, Header, Footer, Related Links
*/

#Wrapper	{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#Util	{	display: none;}

/*	start of CONTENT SECTION	*/

#Main	{	background-color:#ffffff;	}

#Content	{
	border: 0px solid #000;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	width: 97%;	/* set back from 100% to ensure printability in IE6 */
}

#Logo	{	/* this is the white font, screen version of the logo. */
	display: none;	
}
	
#Logo_print	{
	display: block;	
/*	width: ;	*/
}

#Footer	{
	display: block;
	page-break-before:avoid;
	width: auto;
}

#Footer	a {
	text-decoration: underline; color: #000;
}

/* end of IDs section */




/* CLASSES */


.queryResults	{	width: 96%;margin: 20px 0px 0px 0px;	}

.queryResults table	{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.buttonrow	{
	display: none;
}

