/* General Content Styling */
.ContentBox {
	padding:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	/*position:relative;*/
}
.ContentTbl td{
	font-size:11px;
	line-height:15px;
	text-align:left;
	vertical-align:top;
	width:170px;
	padding-bottom:15px;
}

.ContentTbl td.ContentRight{
	font-size:11px;
	line-height:15px;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	width:379px;
}

.ContentTbl td.ContentLeft{
	font-size:11px;
	line-height:15px;
	text-align:left;
	vertical-align:top;
	padding-right:20px;
	width:374px;
}


#box_content_right h1 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}

#box_content_right h2 {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}
#box_content_right h3 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:0px;
	margin:0px;
}
#box_content_right h2 small {
	font-weight:normal;
	font-size:10px;
}

#box_content_right a {
	color:#006666;
	text-decoration:none;
}
#box_content_right a:hover {
	color:#cc0000;
}
#box_content_right a.blankLink {
	color:#000000;
	text-decoration:none;
}
#box_content_right a.blankLink:hover {
	color:#cc0000;
}

/* Helperclasses */
.linkbold {
	color:#006666;
	text-decoration:none;
	font-weight:bold;
}
.linkbold:hover {
	color:#cc0000;
}
.text-bold {
	font-weight:bold;
}
.text-darkgreen {
	color:#006633;
}
.text-grey {
	color:#999999;
}
.text-green {
	color:#006666;
}
.text-darkgrey {
	color:#666666;
}
.text-red {
	color:#CC0000;
}
.smalltext {
	font-size:9px;
}
.clear_left {
	clear:left;
}
.copyright {
	font-size:10px;
	color:#999;
	padding-top:10px;
	padding-left:0px;
}
.claim {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-right: 25px;
}
/* Special Classes/Ids */
div#ibs-info {
	/* id for info text in business-segment header graphic */
	position:absolute;
	width:147px;
	top:58px;
	padding-right:20px;
	padding-left:427px;
	text-align:left;
	font-weight:bold;
}

#Recommend {
	/* id for hidden recommendation */
	position:absolute;
	top:145px;
	left:190px;
	width:560px;
	background-color:#FFFFFF;
	border:1px solid #008B97;
}
#Recommend label {
	width:175px;
	float:left;
	line-height:18px;
}
#Recommend p {
	clear:left;
}
#Recommend input.input {
	width:215px;
	border:1px solid #008B97;
}
#Recommend input.submit {
	width:217px;
	border:1px solid #008B97;
	font-weight:bold;
	margin-top:8px;
	padding:2px;
}
#RecommendNavi {
	text-align:right;
	padding:2px;
	background-color:#ebf4f5;
	border-bottom:1px solid #008B97;
}
#RecommendNavi a{
	font-weight:bold;
	text-decoration:none;
	color:#000000
}
#RecommendNavi a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#000000
}
.Recommend_hidden {
	display:none;
}
