/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1     --*/ .cnt1_heading { FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #3c3c3c; font-family: Arial;} .cnt1_heading span { color:#242568; }
/*-- Heading # 2     --*/ .cnt2_heading { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; font-family: Tahoma; text-transform:uppercase; }
/*-- Heading # 3     --*/ .cnt3_heading { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; font-family: Tahoma; text-transform:uppercase; }
/*-- Heading # 4     --*/ .cnt4_heading { FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #FFFFFF; font-family: Arial;} 

/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/


.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: ##555555;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #555555;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #555555;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #555555;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #555555;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:normal;
	margin:0px;
	padding:9px;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #555555;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #555555;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #555555;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #555555;
}


/*-------------------------------------------*/


/*-- cnt2border --*/
.cnt2border {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding:10px;
}





