/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 26px; COLOR: #043766; font-family: "Juice ITC", Georgia, Times New Roman, Times, serif; }
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 22px; COLOR: #043766; font-family: "Juice ITC", Georgia, Times New Roman, Times, serif; }
/*========================================================*/




/*==== Container 1 Pink - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #043766;
	FONT-FAMILY: "Myriad Pro", Trebuchet MS, Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPane ul {
	margin:0!important;
	padding:0 0 0 10px!important;
	COLOR: #1b90fb!important;
}
.CntContentPane ul li {
	list-style-type:none!important;
	background: url(images/UL-LI.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: #043766;
	FONT-FAMILY: "Myriad Pro", Trebuchet MS, Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #043766;
	FONT-FAMILY: "Myriad Pro", Trebuchet MS, Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}


/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #1b90fb;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #1b90fb;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #1b90fb;
}

.CntContentPane A:hover
{
	text-decoration: underline;
	COLOR: #1b90fb;
}


/*----------------------------------------------------------*/




