	body
	{
		margin: 0px;
		margin-top: 0px;
		padding: 0px;
		padding-top: 0px;
		color: black;
		background-color: White;
		font-family: Sans-Serif;
	}
	
	#returnPrint {padding-right:10px;font-size:.75em;}

	/**************************************/
	/****      BANNER  ********************/
	/**************************************/	
	
	#banner 
	{
	    display:none;
	}
		
	#subBanner
	{
	    display:none;
	}
	
		
	#bannerPrint
	{
		padding-left: 20px;
		width: 90%;
	}
		
	#subBannerPrint
	{
	}
	
	#rightContent 
	{
	    display:none;
	}
	
	#nav
	{
	    display:none;
	}
	
	td.leftColumnBorder {display:none;}
	
	#footer
	{
	    display:none;
	}
	

	#content
	{
		padding-left: 20px;
		width: 90%;
	}
	
	
	/**************************************/
	/**** FONTS* **************************/
	/**************************************/
			
	#p, pre, ul, ol, td {
		font-size: .90em;
		line-height: 1.2em;
		}
		
	ul ul {font-size: 1em;}
	
	ol ol {font-size: 1em;}
	
	td p {font-size: 1em;}
	
	td ul {font-size: 1em;}
	
	td ol {font-size: 1em;}
		
	a {text-decoration: underline; font-weight:normal;}
	
	h1 {
		font-size:1.4em; font-weight:bold;
		}
		
	h2 {
		font-size:1.3em;
		}
		
	h3 {
		font-size:1.2em; color: #999999;
		}
		
	h4 {
		font-size:1.1em;
		}
		
	h5 {
		font-size:.90em;
		}
		
	h6 {
		font-size:.80em;
		}
	
	.noMargin {margin:0px;}
	
	
	