/*

	[ * html ]  -- only for IE


*/
/*   Show list */
	div.listBlock
	{
		margin-bottom:10px;
		border-bottom:1px solid #e4e4e4;
		padding:3px;
	}
	div.listSubject
	{
		font-weight:bold;
		margin-bottom:3px;
	}
	div.listDate
	{
		text-align:right;
		font-style:italic;
		margin-bottom:3px;
	}
	div.listLink
	{
		text-align:right;
	}
	input.formSubject
	{
		width:200px;
	}
	textarea.formText
	{
		width:530px;
		height:200px;
	}
	
