/* Comment Table */
	.commenttable
	{
		border: thin solid #EBB356;
	}
	
	.commentheader
	{
		background-color: #EBB356;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		font-weight: bold;
		border: solid #EBB356;
	}
	
	.commentheadernote
	{
		font-size: 12px;
		color: #fcff00;
		font-weight: normal;
	}
	
	.commenttd
	{
		background-color: #EDCD98;
	}
	
	.commenttdhighlight
	{
		background-color: #EEDDC1;
	}

/* Blog Table */
	.blogtable
	{
		border: thin solid #0066FF;
	}
	
	.blogheader
	{
		background-color: #0e1b8d;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		font-weight: bold;
		border: solid #0e1b8d;
	}
	
	.blogheadernote
	{
		font-size: 12px;
		color: #fcff00;
		font-weight: normal;
	}
	
	.blogtd
	{
		background-color: #ccccff;
	}
	
	.blogtdhighlight
	{
		background-color: #b1b1f5;
	}

/* Form Table */
	.formtable
	{
		border: thin solid #0066FF;
	}
	
	.formheader
	{
		background-color: #0e1b8d;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		font-weight: bold;
		border: solid #0e1b8d;
	}
	
	.formheadernote
	{
		font-size: 12px;
		color: #fcff00;
		font-weight: normal;
	}
	
	.formtd
	{
		background-color: #ccccff;
	}
	
	.formtdhighlight
	{
		background-color: #ccccff;
	}
	
/* Asset Table */
	.assettable
	{
		border: thin solid #0066FF;
	}
	.assettd
	{
		background-color: #ccccff;
	}
