/* CSS Document */

* {
text-decoration : none;
}



/*** main page body ***/

body {
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0px;
}

	#content img {
	display : none;
	}

/*** left navigation area ***/ /*** spiderlinks ***/

#nav, #spiders, #banner, #topnav {
display : none;
}



/*** content area ***/

#content {
font-size : 1.2em;
padding : 0px 0px 0px 0px;
text-align : justify;
}

	#content h1, #content h2 {
	font-size : 1.5em;
	}	
	
#printbanner {
	margin: 0px;
	width: 640px;
	text-align: left;
}	