.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #818181;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #818181;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #818181;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #818181;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #818181;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:normal;
	margin:0px;
	padding:0px;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #818181;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #818181;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #818181;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #818181;
}


/*-------------------------------------------*/



/*========================================================*/
/*  Backgrounds                                           */
/*========================================================*/

/*-- cnt1-left-top --*/
.cnt1-left-top {
	background-image:url(cnt1-left-top.gif);
	background-repeat:no-repeat;
	width:17px;
	height:43px;
}
/*-- cnt1-left --*/
.cnt1-left {
	background-image:url(cnt1-left.gif);
	background-repeat:repeat-y;
	width:17px;
}
/*-- cnt1-left-bottom --*/
.cnt1-left-bottom {
	background-image:url(cnt1-left-bottom.gif);
	background-repeat:no-repeat;
	width:17px;
	height:9px;
}
/*-- cnt1-top --*/
.cnt1-top {
	background-image:url(cnt1-top.gif);
	background-repeat:repeat-x;
}
/*-- cnt1-right-top --*/
.cnt1-right-top {
	background-image:url(cnt1-right-top.gif);
	background-repeat:no-repeat;
	width:29px;
	height:43px;
}
/*-- cnt1-right --*/
.cnt1-right {
	background-image:url(cnt1-right.gif);
	background-repeat:repeat-y;
}
/*-- cnt1-bottom --*/
.cnt1-bottom {
	background-image:url(cnt1-bottom.gif);
	background-repeat:repeat-x;
	height:9px;
}




