@charset "utf-8";
/* CSS Document */

table
{
	border-collapse:collapse;
}
	
	/* Front Page */
	table.blog
	{
	}
	
	/* General */
	table.contentpaneopen
	{
	}
		table.contentpaneopen td.content
		{
			font-size:14px;
			color:#716658;
			line-height:20px;
		}
		table.contentpaneopen td.contentheading
		{
			font-size:24px;
			color:#8a7a67;
			line-height:normal !important;
		}
	span.article_separator
	{
		display:none;
	}