.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #494949;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.2;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #494949;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #494949;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #494949;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.2;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #494949;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.2;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #494949;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #494949;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #000000;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #494949;
}


/*-------------------------------------------*/


.borderblackleft {
	border-left: 1px solid #000000;
}



