A {
	color:#009687;
	text-decoration: none;
}
A:visited {
	color:#009687;
	text-decoration: none;
}
A:hover {
	color: black;
	text-decoration: underline;
}

.infobox {
	padding-bottom: 7px;
	margin: 0px 20px;
}


.infobox .infobox-top {
	height: 9px;
	/*background: url('../res/bg/faq-qtop.gif') no-repeat bottom left;*/
	border-top: 1px solid #bed8e8;
	background-color: white;
}

.infobox .infobox-top .left  { width: 10px; height: 10px; background: url('../res/bg/ibtl.png') no-repeat top left;	margin-top: -1px;}
.infobox .infobox-top .right { width: 10px; height: 10px; background: url('../res/bg/ibtr.png') no-repeat top right;	margin-top: -1px; float:right;}

.infobox .infobox-bottom .left  { width: 9px; height: 10px; background: url('../res/bg/ibbl.png') no-repeat top left;	margin-bottom: 1px;}
.infobox .infobox-bottom .right { width: 9px; height: 10px; background: url('../res/bg/ibbr.png') no-repeat top right;	margin-bottom: 1px; float:right;}

.infobox .infobox-bottom {
	height: 9px;
	/*background: url('../res/bg/faq-qbot.gif') no-repeat top left;*/
	background-color: white;
	border-bottom: 1px solid #bed8e8;
}

.infobox .infobox-middle {
	border-left: 1px solid #bed8e8;
	border-right: 1px solid #bed8e8;
	background-color: white;
	padding: 0px;
	overflow: auto;
	padding: 0px 20px;
}

.infobox H1 {
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	color: #009687;
	font-weight: bold;
	display: block;
	margin: 0px;
	background: url('../res/arrow-dn.gif') no-repeat center right;
	cursor: pointer;
}

.infobox H1:hover {
	color: black;
}

.infobox .csc-header {
	background: url('../res/cube.gif') no-repeat center left;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 40px;
}

.infobox P.bodytext {
}

.infobox .infobox-contents {
	background: url('../res/bg/faq-qext.png') no-repeat top left;
	margin: 0px -20px 0px -21px;
}

.infobox .ibcinner {
	padding: 20px;
	padding-bottom: 1px;
}

