/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #989898; font-family: "Century Gothic", Arial; }

/*========================================================*/


/*==== Container 1 - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #353535;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPane ul {
	margin:0!important;
	padding:0!important;
	COLOR: #5E5E5E!important;
}
.CntContentPane ul li {
	/*list-style-type:none!important;*/
	background: url(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: 14px;
	COLOR: #353535;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #353535;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}

/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #353535;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #353535;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #353535;
}

.CntContentPane A:hover
{
	text-decoration: underline;
	COLOR: #353535;
}


/*----------------------------------------------------------*/


/*==== Mwnu Container - Text, Paragraph, TD, UL LI, Links  ====*/

.MenuContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}
.MenuContentPane ul {
	margin:0!important;
	padding:0!important;
	COLOR: #FFFFFF!important;
}
.MenuContentPane ul li {
	/*list-style-type:none!important;*/
	background: url(UL-LI.gif) left 8px no-repeat!important;
	padding:0 0 0 15px;
	line-height:2!important;
}
a.MenuContentPane li:hover {
	text-decoration: underline;
}

.MenuContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}

.MenuContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Century Gothic", Arial;
	text-decoration: none;
	line-height:1.5;
}

/*--- LINK ---*/

.MenuContentPane A:link
{
	text-decoration: none;
	COLOR: #FFFFFF;
}

.MenuContentPane A:visited
{
	text-decoration: none;
	COLOR: #FFFFFF;
}

.MenuContentPane A:active
{
	text-decoration: none;
	COLOR: #FFFFFF;
}

.MenuContentPane A:hover
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}


/*----------------------------------------------------------*/





