/*--- ------------------------------------------------------------------------- ----
	
	File:		content.css
	Author:		Ben Nadel
	Desc:		This defines the content styles uses within the main copy.
				
	Sample Code:
		
				N/A
				
	Update History:
	
				05/05/2006 - Ben Nadel
				Build the first run of the page.
	
----- --------------------------------------------------------------------//// ---*/

	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	ol,
	ul,
	td {
		color: #333333 ;
		font: 11px verdana ;
		}
		
	h1 {
		font-size: 22px ;
		font-weight: 400 ;
		margin: 0px 0px 11px 0px ;
		}
		
	h2 {
		font-size: 22px ;
		font-weight: 400 ;
		margin: 0px 0px 11px 0px ;
		}
		
	h3 {
		font-size: 12px ;
		font-weight: bold ;
		margin: 0px 0px 12px 0px ;
		}
		
	h4 { }
	
	p,
	ol,
	ul {
		line-height: 16px ;
		margin: 0px 0px 13px 0px ;
		}