
/******************************************

NSIDC stylesheet to be added to pages
that are dsiplayed as pop-up style windows
without the main navigation

Author S.Truex

******************************************/

/*****************************************
 
this declaration for the body tag removes
the background image from the body tag for
pop-up style pages that don't use the main
navigation

*****************************************/

body {
	background: #fff;	
}
