div.portal_content_item div, div.portal_content_item p, div.portal_content_item td {
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.portal_content_item table.boxes3 td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	width: 33%;
}
.portal_content_item table.boxes2 td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	width: 50%;
}
.portal_content_item table th, .portal_content_item table th div {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #660066;
}
.portal_content_item table td.greybckgrnd {
	background: #EAEAEA;
}
.portal_content_item .fullpage {
	padding: 10px;
	width: 760px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
.portal_content_item .fullpage #top {
	margin-bottom: 10px;
}
.portal_content_item .fullpage #bottom {
	margin-top: 10px;
}
.portal_content_item div.fullpage a.close_button, .portal_content_item div.fullpage a.close_button:link, .portal_content_item div.fullpage a.close_button:visited, .portal_content_item div.fullpage a.close_button:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #666666;
	border: 1px solid #333333;
	padding: 3px;
}
div.portal_content_item .answer {
	display: none;
}

div.portal_content_item .answer_on {
	padding:5px 0 5px 40px;
	display: block;
}
div.portal_content_item a.question {
	background: url(../global_img/icon_arrow_collapse.gif) no-repeat 3px center;
}
div.portal_content_item a.question_on {
	background: url(../global_img/icon_arrow_expand.gif) no-repeat 3px center;
}
div.portal_content_item div.faq_group h2 {
	color: #665980;
	margin: 0px;
	padding: 5px;
	font: 200% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom: 1px solid #CCCCCC;
}
div.portal_content_item .faq_group {
	width: 85%;
	margin-right: auto;
}
div.faq_group .faq_item a {
	display: block;
	padding: 2px 2px 2px 20px;
}
div.portal_content_item  .faq_item {
	background: #FFFFCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.portal_content_item .fullpage #copy h2 {
	font-size: 175%;
	font-weight: normal;
	color: #999999;
	line-height: auto;
}

