/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-image:url(../images/BgFaqQues.gif);
background-position:bottom;
background-repeat:repeat-x;
font-weight: bold;
border-bottom: 1px solid #005D80;
padding: 3px;
color: #003042;
}

div.eg-bar{
width: auto;
}

.switchgroup1{
width: auto;
padding: 5px;
border: 1px solid #FF9600;
margin-top: 5px;
}
.handcursor{
cursor:hand;
cursor:pointer;
}
.FaqHeading{
font-size:16px;
font-weight: bold;
font-style:italic;
color: #003042;
}