/* For the show-hide blocks */

	.show		{ display: block; padding: 0 0 0 10px;}
	.hide		{ display: none; }
	.show img 	{ float:left; margin:5px 5px 0 0; }


	.plus		{ background-image:   url("../pics/plussign.gif"); background-position: center right; background-repeat: no-repeat;}
	.minus		{ background-image:   url("../pics/minussign.gif"); background-position: center right; background-repeat: no-repeat; }

	.boxExpand 	{ width: 600px; font-size: 12px; font-family:Arial; margin: 0px 0px 0px 0px; padding: 0px;}
		
		.boxExpand .plus,
		.boxExpand .minus		{ font-weight: bold; display: block; width: 600px; border-bottom: 1px solid #999; margin: 0; margin-top: 5px; padding: 0; }
		.boxExpand .plus:link,
		.boxExpand .plus:visited,
		.boxExpand .minus:link,
		.boxExpand .minus:visited 	{ color:#000; text-decoration: none; }
		.boxExpand .plus:hover,
		.boxExpand .plus:active,
		.boxExpand .minus:hover,
		.boxExpand .minus:active		{ color:#066; text-decoration: none; }
		.boxExpand div					{ margin: 0; width: 590px;}
		
	
		.boxExpand div a,
		.boxExpand div a:link,
		.boxExpand div a:visited{ color: #06c; text-decoration: none; display: inline; border-bottom: none; }
		.boxExpand div a:hover,
		.boxExpand div a:active	{ color: #06c; text-decoration: underline; display: inline; border-bottom: none; }
		

