
/*---------- Containers Headings ----------*/


.Container-2-Title  {  FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #fff; font-family: Arial, Helvetica, sans-serif; }

.Container-4-Title  {   FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #444348; font-family: Arial, Helvetica, sans-serif;}

.Cont  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #959292;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.2;
	padding:5px;
}


.Cont ul {
	list-style-type:circle;
	
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #5d975d;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	
}

.Cont UL LI a {
	COLOR: #5d975d;
	text-decoration:none;
}

.Cont UL LI a:hover {
	COLOR: #5d975d;
	text-decoration:none;
}


.Cont td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #959292;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.2;
	padding:5px;
}

.Cont p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #959292;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.2;
	padding:5px;
}


/*--- LINK ---*/

.Cont A:link
{
	text-decoration: none;
	COLOR: #5d975d;
}

.Cont A:visited
{
	text-decoration: none;
	COLOR: #5d975d;
}

.Cont A:hover
{
	text-decoration: underline;
	COLOR: #5d975d;
}

.Cont A:active
{
	text-decoration: none;
	COLOR: #5d975d;
}

.cont-border{
	border: #f2f2f2 1px solid;
	
	}




