/* Containers Styles */

	.OrangeTitle
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 13px;
		color: #FF9900;
		text-decoration:underline;
	}
	.BurgundyTitle
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 13px;
		color: #A02343; 
		text-decoration:underline;
	}
	.GreenTitle
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 13px;
		color: #00572B; /*1C9E19*/
		text-decoration:underline;
	}
	.LightBrown
	{
		background-color: #ECE9D8;
		font-family: Verdana, Tahoma,  Arial;
		font-size: 10px;
		color: #B4AE57;
	}
	.LightBrownWithPadding
	{
		background-color: #ECE9D8;
		font-family: Verdana, Tahoma,  Arial;
		font-size: 10px;
		color: #B4AE57;
		padding: 10px;
	}

