.ContentPane  {
	FONT-WEIGHT: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4ce9d;
	text-decoration: none;
	line-height:20px;
}
.ContentPane li {
	list-style-type: disc;
	color:#d4ce9d;
	line-height:20px;
}
.ContentPane ul {
	list-style-type: disc;
	color:#d4ce9d;
	line-height:20px;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4ce9d;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:20px;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4ce9d;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	margin:8px;
	padding:0px;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: underline;
	color:#d4ce9d;
	font-size:12px;
}

.ContentPane A:visited
{
    text-decoration: underline;
    color:#d4ce9d;
	font-size:12px;
}

.ContentPane A:hover
{
	text-decoration: underline;
	color:#8b1318;
	font-size:12px;
}


/*-------------------------------------------*/


/*-- cnt2border --*/
.cnt2border {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding:10px;
}





