﻿/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

.cnt1_heading		{ FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #FFFFFF; font-family: "Times New Roman", Times, serif; }
.cnt1_heading span	{ FONT-WEIGHT: normal; FONT-SIZE: 30px; COLOR: #FFFFFF; font-family: "Times New Roman", Times, serif; }


/*========================================================*/


/*==== Container 1 - Text, Paragraph, TD, UL LI, Links  ====*/

.CntContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #93969F;
	FONT-FAMILY: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}
.CntContentPane ul {
	margin:0!important;
	padding:0 0 0 0!important;
	COLOR: #FFFFFF!important;
}
.CntContentPane ul li {
	list-style-type:none!important;
	background: url(images/bullet.gif) left 6px no-repeat!important;
	padding:0 0 10px 15px;
	line-height:2!important;
}
a.CntContentPane li:hover {
	text-decoration: underline;
}

.CntContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #93969F;
	FONT-FAMILY: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
}

.CntContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #93969F;
	FONT-FAMILY: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.5;
	margin:0 0 15px 0;
}


/*--- LINK ---*/

.CntContentPane A:link
{
	text-decoration: underline;
	COLOR: #93969F;
}

.CntContentPane A:visited
{
	text-decoration: underline;
	COLOR: #93969F;
}

.CntContentPane A:active
{
	text-decoration: underline;
	COLOR: #93969F;
}

.CntContentPane A:hover
{
	text-decoration: none;
	COLOR: #93969F;
}

/*----------------------------------------------------------*/

.bgcontent { background:#383F55	; border:1px solid #606577; padding:10px 10px; }

