#cds-cap{
	margin: 0pt;
	padding: 1px 0pt 3px 15px;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	font-weight:normal;
	color: #9F9F9F;
}

#cds-container a{
	color: #FFFFFF;
	text-decoration: none;
}

#cds-container a:hover{
	color: #F5BF38;
	text-decoration: underline;	
}

#cds-container{
	padding: 15px;
	color: #FFFFFF;
	/*background: url(../splashimages/companyinfo_bg2.jpg);*/
	background-color: #282828;
	clear: both;
}

#fpboxcontainer{
	background-color: #1B1B1B;
	font-size: 10px;
}

.containerimage {
	float: left; 
	padding: 0 10px 15px 0;
}

.cds {
	overflow: auto;
	height: 130px;
	color: #FFF;
	margin-top: -5px;
	_margin-top: 0px;
	*margin-top: 0px;	
}

#cds-container p {
	color: #FFFFFF;
	padding-right: 10px;
}

div.cds h2 {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-align: left;
	
}

div.cds p {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-align: justify
}

div.cds ul {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-decoration: none
}

div.cds ul li {
color: #FFFFFF;
}

div.cds a {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-decoration: none
}

div.cds a:hover {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-decoration: underline
}


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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #666;
	padding: 0px;
}

.jScrollPaneDrag {
	position: absolute;
	/*border: 0px solid #cccccc;*/
	background-color: #F00;
	cursor: pointer;
	overflow: hidden;
}

.cdsclear {
	clear: both;
	height: 20px;
}

