#cds-container {
	padding:6px;
	border:1px solid #D3D3D3;
	width:93%;
}

.cds {
	overflow: auto;
	padding :5px;
	left:0;
	height:220px;
}

div.cds h2 {
	font-family:Arial;
	font-size:14px;
	color:#999999;
	text-align:left;
	font-weight:bold;
}

div.cds p {
	font-family:Arial;
	font-size:13px;
	color:#353434;
	text-align:justify;
	line-height:22px;
	font-weight:normal;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;

	height: 100%;
	background-color:#cccccc;
	padding: 0px;
}

.jScrollPaneDrag {
	position: absolute;
	background-color:#000066;
	cursor: pointer;
	overflow: hidden;
	left:0;
}
.fpfooter{
	font-size:11px;
	color:#990033;
	padding:5px 0;
}
.fpfooter a{
	text-decoration:none;
	font-size:11px;
}
.fpfooter a:visited{
	text-decoration:none;font-size:11px;
}
.fpfooter a:hover{
	text-decoration:underline;font-size:11px;
}
#fph2{
	background-color:inherit;
	color:#202020;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	margin-top:5px;
}
.fpcdsimg{margin:17px 5px 5px 5px; height:150px;border:2px solid silver}