/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #7C150C; font-family: "Times New Roman", Times, serif; text-transform:uppercase; }

/*========================================================*/


/*==== Container 1 - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #5E5E5E;
	FONT-FAMILY: "Times New Roman", Times, serif;
	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: 12px;
	COLOR: #5E5E5E;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #5E5E5E;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration: none;
	line-height:1.5;
}

/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #7C150C;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #7C150C;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #7C150C;
}

.CntContentPane A:hover
{
	text-decoration: underline;
	COLOR: #5E5E5E;
}


/*----------------------------------------------------------*/


/*==== Mwnu Container - Text, Paragraph, TD, UL LI, Links  ====*/

.MenuContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Times New Roman", Times, serif;
	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: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration: none;
	line-height:1.5;
}

.MenuContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Times New Roman", Times, serif;
	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;
}


/*----------------------------------------------------------*/



