/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1 --*/ .cnt1_heading { FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #2c4000; font-family: "trebuchet MS"; padding:0 0 0 21px; background:url(arrow.gif) no-repeat left 5px;} .cnt1_heading span{ color:#efb300}
/*-- Heading # 2 --*/ .cnt2_heading { FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #2c4000; FONT-FAMILY: "trebuchet MS"; }
/*-- Heading # 3 --*/ .cnt3_heading { FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #FFFFFF; FONT-FAMILY: "trebuchet MS"; }

.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #797979;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #797979;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #797979;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #797979;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #797979;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:normal;
	margin:0px;
	padding:15px 0 0 0;
}

.ContentPane img  {

	margin:0 15px 0 0;
}
/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: underline;
	COLOR: #5b8500;
}

.ContentPane A:visited
{
	text-decoration: underline;
	COLOR: #5b8500;
}

.ContentPane A:hover
{
	text-decoration: none;
	COLOR: #5b8500;
}

.ContentPane A:active
{
	text-decoration: underline;
	COLOR: #5b8500;
}


/*-------------------------------------------*/


/*-- cnt2border --*/
.cnt2border {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding:10px;
}




