.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #767676;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.5;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #767676;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #767676;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #767676;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:1.5;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #767676;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	line-height:normal;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #767676;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #767676;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #767676;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #767676;
}


/*-------------------------------------------*/


/*-- cnt2border --*/
.cnt2border {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding:10px;
}







