/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #3d3d3d; font-family: " Trebuchet MS", Century Gothic, Arial; }
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #d61010; font-family: " Trebuchet MS", Century Gothic, Arial; text-transform:uppercase; }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FFFFFF; font-family: " Trebuchet MS", Century Gothic, Arial; }
/*-- Heading # 4              			--*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; font-family: " Trebuchet MS", Century Gothic, Arial; }

/*========================================================*/


/*==== Container 1 - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5b5b5b;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPane ul {
	margin:0!important;
	padding:0!important;
	COLOR: #d61010!important;
}
.CntContentPane ul li {
	list-style-type:none!important;
	background: url(UL-LI2.gif) left 10px no-repeat!important;
	padding:0 0 0 15px;
	line-height:2.5!important;
}
a.CntContentPane li:hover {
	text-decoration: underline;
}

.CntContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5b5b5b;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5b5b5b;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}


/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #5b5b5b;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #5b5b5b;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #5b5b5b;
}

.CntContentPane A:hover
{
	text-decoration: underline;
	COLOR: #d61010;
}


/*----------------------------------------------------------*/


/*==== Container Reverse - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPaneRev  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPaneRev ul {
	margin:0!important;
	padding:0!important;
	COLOR: #d61010!important;
}
.CntContentPaneRev ul li {
	list-style-type:none!important;
	background: url(UL-LI2.gif) left 10px no-repeat!important;
	padding:0 0 0 15px;
	line-height:2.5!important;
}
a.CntContentPaneRev li:hover {
	text-decoration: underline;
}

.CntContentPaneRev td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPaneRev p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	text-decoration: none;
	line-height:1.5;
}


/*--- LINK ---*/

.CntContentPaneRev A:link
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}

.CntContentPaneRev A:visited
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}

.CntContentPaneRev A:active
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}

.CntContentPaneRev A:hover
{
	text-decoration: underline;
	COLOR: #FFFFFF;
}


/*----------------------------------------------------------*/




