/* Forums */
	.ForumTable {
		border: 1px solid Gray;
		background-color: Silver;
	}
	.ForumTable TH {
		background-color: #000080;
		color: White;
		font-style: italic;
		padding: 5px;
	}
	.ForumTable TH A {
		color: White;
	}
	TD.Forums_Topics {
		font-size: 10pt;
	}
	TD.Forums_Topics_Latest {
		font-size: 7pt;
	}
	TD.Post_TextBox {
		background-color: #EDEFE2;
	}
	TR.Forums_DescriptionRow {
		font-size: 8pt;
		font-style: italic;
		padding: 0px;
	}	
	A.Forum_Button {
		font-size: 9pt;
		text-decoration: none;		
	}
	
