﻿.PanelTitleClosed
{
	clear:both;
	text-align:justify;
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
	margin:auto;
	color:#203161;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	padding-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	border-width:0px;
	border-top-color:#dadada;
	border-top-style:solid;
	border-top-width:1px;
	padding-right:30px;
	background-image:url(images/faqarrowleft.gif);
	background-position:right 12px;
	
}
.PanelTitleOver
{
	clear:both;
	background-image:url(images/faqarrowleft.gif);
	background-position:right 12px ;
	text-align:justify;
	background-repeat:no-repeat;
	cursor:pointer;
	margin:auto;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	padding-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	border-width:0px;
	border-top-color:#dadada;
	border-top-style:solid;
	border-top-width:1px;
	padding-right:30px;
	text-decoration:underline;
}
.PanelTitleExpended
{
	clear:both;
	text-align:justify;
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
	margin:auto;
	color:#203161;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	padding-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	border-width:0px;
	border-top-color:#dadada;
	border-top-style:solid;
	border-top-width:1px;
	padding-right:30px;
	background-image:url(images/faqarrowdown.gif);
	background-position:right 12px;
	text-decoration:underline;
	
}


.PanelContentClosed
{
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
}
.PanelContentExpended
{
	visibility:visible;
	background-image:url(images/blue_hor_dots.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	padding-bottom:30px;
	padding-top:10px;
	margin-right:60px;
	color:#203161;
	
}