

	/*
	*  Here we are settingup the Exterior Span tag that Surrounds all of the content
	*  area.  We made it a block so we would not have to worry about setting 
	*  the margins for any of the other tags within the SPAN.
	*/
	#content span.bodycopy, span.bodycopy, #content div.bodycopy, div.bodycopy
	{
		display: block;	
		margin-left: 15px;
		margin-right: 15px;
		text-decoration: none;
		font-size: .8em;
	}
	
	#content span table
	{
		text-decoration: none;
		font-size: 1em;
	} 
	
	#content h4
	{
		font-weight:bold;
		color: #0066cc;		
		padding: 0px;
		margin: 0px;
		font-size: 1em;
		font-family: arial, helvetica, sans-serif;
	}	

	#content h2
	{
		padding-left: 0px;	
		display: block;	
		font-size: .8em;	
		font-weight: bold;
		color: #006600;
	}	

	
	#content .bodycopy_small
	{
		font-size: .9em;
	}

	.bodycopy_small
	{
		font-size: .9em;
	}

	/* 
	*  This Class is for Instructions on the PAGE (ie EMAIL FORMS)
	*  Instructions will only shop up in EDIT MODE
	*/
	.instructions
	{
		padding-left: 0px;	
		font-size: 1 em;
		font-weight: bold;
		color: Navy;
		border-bottom: 1px dotted black;

	}
	
	.press_date
	{
		padding-left: 0px;	
		font-size: .8 em;
	}
	
	
	.h3, #content td.h3
	{
		display: block;
		font-size: 1 em;
		font-weight: bold;
		background-color: #ededed;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;		
	}

	/* 
	*  This is a Sub Heading for Content Authors
	*/
	.sub_heading
	{
		padding-left: 0px;	
		display: block;
		font-size: 1 em;
		font-weight: bold;
		text-align:center;
	}

	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_2
	{
		padding-left: 0px;	
		display: block;
		font-size: 1 em;
		font-weight: bold;
		color: #006600;
		text-align:center;
	}

	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_3
	{
		padding-left: 0px;	
		display: block;
		font-size: 1 em;
		font-weight: bold;
		color: Gray;
	}
	
	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_4
	{
		padding-left: 0px;	
		display: block;		
		font-weight: bold;
		color: #006600;
	}	


	/************************
	*  DIV FOR LATEST NEWS IN RETIREE SECTION
	************************/
	#newsitem
	{
		margin-bottom: 15pt;
	}	
	
	#newsitem strong
	{
		text-transform:uppercase;
		color: #016517;
	}
	
	#newsitem span.date 
	{
		font-style:italic;
		font-size: 8pt;	
	}


	/************************
	*  TABLE CLASSES FOR TRADING POST IN RETIREE SECTION
	************************/
	#content td.header 
	{
		padding-top: 40px;
		font-family: Trebuchet MS;
		font-size: 12pt; 
		margin: 0px auto;
		color: #000099;
		padding-left: 10px;
		font-weight: bold;
		border-bottom: 1px solid green;
		width	
	}
	
	
	#content td.row, #content td.alt_row 
	{
		background-color: #FFF;
		border-bottom: 1px solid green;
		padding: 10px;
	}

	#content td.alt_row 
	{
		background-color: #E8F3FF;
	}


