.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #797979;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}


.ContentPane ul {
	text-indent:0px;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	list-style-type: disc;
	COLOR: 797979;
	line-height:1.5;
}
.ContentPane ol {
	text-indent:0px;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	list-style-type: decimal;
	COLOR: 797979;
	line-height:1.5;
}


.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: 797979;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: 797979;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:normal;
	margin:0px;
	padding:0px;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: 797979;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: 797979;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: 797979;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: 797979;
}


/*-------------------------------------------*/


