body{ 
		background-color:	White;
		background-image:	none;
		color:				Black;
		font-family:		"Times New Roman", Times, serif;
		font-size:			10pt;
}
p{		font-size :			10pt; }
a{		color:				Black;
		text-decoration:	none;
}

/* HEADER
-------------------------------------------------------------------------*/
#HEADER	{
		background-image:	none;
		display:			inline;
		height:				auto;
	}
	#HEADER h1{
		background-image:	none;
		display:			block;
		margin:				10px;
		padding:			0;
		position:			static;
		text-align:			center;
	}
	#HEADER h1 a{
		background-color:	inherit;
		border-top:			none;
		color:				inherit;
		height:				auto;
		line-height:		normal;
		padding:			0;
	}
	#HEADER form.SearchBox{
		display:			none;
	}
	#HEADER p.NextPage{
		display:			none;
	}
#NavMenu{
	display:				none;
}

/* NAV LINE
--------------------------------------------------------------------------*/
#PATH{
		display:			none;
}
	
/* CONTENT
--------------------------------------------------------------------------*/
#SPACING{
		display:			inline;
		margin:				0;
		padding:			0;	
}
#CONTENT{
		display:			inline;
		margin:				0;
}
	#CONTENT h1{
		color:				inherit;
		font-family:		inherit;
		margin:				0;
		padding:			0;
	}
	#CONTENT p{
		margin:				0 0 10px 0;
		padding:			0;
		text-align:			justify;
		text-indent:		25px;
	}

	#CONTENT .calloutBox{
		background-color:	inherit;
		color:				inherit;
	}
	#CONTENT .portrait{
		border-bottom:		thin solid black;
		border-left:		thin solid black;
		border-right:		thin solid black;
		border-top:			thin solid black;
		margin:				0;
	}
	#CONTENT .portrait p{
		background-color:	inherit;
		color:				inherit;
		margin:				0;
	}
	#CONTENT .portrait h1	{
		background-color:	inherit;
		color:				inherit;
		font-size:			12px;
		font-weight:		bold;
		margin:				0;
	}
	#CONTENT .ui-accordion-content	{
		display:			block !important;
	}
#SIDEBAR{
		display:			none;

}
/* FOOTER
--------------------------------------------------------------------------*/
#FOOTER{
		background-image:	none;
		display:			inline;
		margin:				0;
		padding:			0;
}
	#FOOTER ul{
		display:			none;
	}
	#FOOTER p{
		font-family:		inherit;
	}
	#FOOTER a{
		color:				inherit;
		font-family:		inherit;
	}
	#FOOTER p.Copyright{
		text-align:			center;
	}