#accordianDiv {
	width: 280px; float: left;
}
#accordianDiv .acc_trigger {
	padding: 0px; border: 1px solid rgb(0, 0, 0); width: 272px; height: 23px; margin-top: 2px; cursor: pointer; background-image: url("accordian-bg.gif"); background-repeat: no-repeat; background-color: rgb(45, 43, 44);
}
#accordianDiv .active.acc_trigger {
	background-position: 0px bottom;
}
#accordianDiv .active.acc_trigger a:link {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDiv .active.acc_trigger a:visited {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDiv .active.acc_trigger a:hover {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDiv .acc_trigger a {
	color: rgb(199, 200, 202); font-size: 16px; font-weight: bold; text-decoration: none; display: block;
}
#accordianDiv .acc_trigger a:hover {
	color: rgb(0, 153, 51);
}
#accordianDiv .acc_container {
	margin: -1px 0px 0px; padding: 0px; border: 1px solid rgb(0, 0, 0); width: 272px; overflow: hidden; clear: both; background-color: rgb(45, 43, 44);
}
#accordianDiv .acc_container .textC {
	margin: 2px; padding: 0px 0px 5px; text-align: justify; background-color: rgb(255, 255, 255);
}
#accordianDiv .acc_container .textC a:link {
	background-position: 0px 3px; color: rgb(48, 48, 48); padding-left: 18px; text-decoration: none; display: block; background-image: url("mini-square.png"); background-repeat: no-repeat;
}
#accordianDiv .acc_container .textC a:visited {
	background-position: 0px 3px; color: rgb(48, 48, 48); padding-left: 18px; text-decoration: none; display: block; background-image: url("mini-square.png"); background-repeat: no-repeat;
}
#accordianDiv .acc_container .textC .divider {
	margin: 0px 10px; width: 13px; height: 108px; background-image: url("accordian-divider.png"); background-repeat: no-repeat;
}
#accordianDiv .acc_container .textC a:hover {
	color: rgb(231, 98, 33) !important;
}
#accordianDivPort {
	width: 430px; float: left;
}
#accordianDivPort .acc_trigger {
	background-position: 3px 0px; padding: 0px 0px 0px 25px; border: 1px solid rgb(0, 0, 0); width: 403px; height: 23px; color: rgb(255, 255, 255); line-height: 23px; font-weight: bold; margin-top: 1px; cursor: pointer; background-image: url("port-accordian.png"); background-repeat: no-repeat; background-color: rgb(45, 43, 44);
}
#accordianDivPort .acc_trigger:hover {
	background-color: rgb(56, 56, 56);
}
#accordianDivPort .active.acc_trigger {
	background-position: 3px bottom; border-bottom-color: rgb(45, 43, 44); border-bottom-width: 1px; border-bottom-style: solid;
}
#accordianDivPort .active.acc_trigger a:link {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDiv .active.acc_trigger a:visited {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDiv .active.acc_trigger a:hover {
	background-position: 0px bottom; color: rgb(255, 255, 255);
}
#accordianDivPort .acc_trigger a {
	color: rgb(199, 200, 202); font-size: 16px; font-weight: bold; text-decoration: none; display: block;
}
#accordianDivPort .acc_trigger a:hover {
	color: rgb(255, 255, 255); background-color: rgb(56, 56, 56);
}
#accordianDivPort .acc_container {
	margin: -1px 0px 0px; padding: 0px; width: 428px; overflow: hidden; clear: both; border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: none; background-color: rgb(45, 43, 44);
}
#accordianDivPort .acc_container .textC {
	margin: 2px; padding: 12px; text-align: justify; background-color: rgb(255, 255, 255);
}
#accordianDivPort .acc_container .textC a:link {
	background-position: 0px 3px; color: rgb(48, 48, 48); padding-left: 18px; font-weight: bold; text-decoration: none; display: block; background-image: url("mini-square.png"); background-repeat: no-repeat;
}
#accordianDiv .acc_container .textC a:visited {
	background-position: 0px 3px; color: rgb(48, 48, 48); padding-left: 18px; font-weight: bold; text-decoration: none; display: block; background-image: url("mini-square.png"); background-repeat: no-repeat;
}
#accordianDivPort .acc_container .textC .divider {
	margin: 0px 10px; width: 13px; height: 108px; background-image: url("accordian-divider.png"); background-repeat: no-repeat;
}
#accordianDivPort .acc_container .textC a:hover {
	color: rgb(231, 98, 33);
}
