/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #3A484B; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #3A484B; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #3A484B; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 4              			--*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 5              			--*/ .cnt5_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 6              			--*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #0CAFA2; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 7              			--*/ .cnt7_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #FF5A00; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }
/*-- Heading # 8              			--*/ .cnt8_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #006DD4; font-family: "Century Gothic", Myriad, Trebuchet MS, Arial; }

/*========================================================*/


/*==== Container 1 Pink - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPane ul {
	margin:0!important;
	padding:0!important;
	COLOR: #7A7A7A!important;
}
.CntContentPane ul li {
	/*list-style-type:none!important;*/
	background: url(UL-LI2.gif) left 8px no-repeat!important;
	padding:0 0 0 15px;
	line-height:2!important;
}
a.CntContentPane li:hover {
	text-decoration: underline;
}

.CntContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}

/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #36619B;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #36619B;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #36619B;
}

.CntContentPane A:hover
{
	text-decoration: underline;
	COLOR: #7A7A7A;
}


/*----------------------------------------------------------*/




