

.faqExpand {      /* show/hide all box */
	text-align:center;
	text-decoration:none;
	color:#000000;
	background-color:#FFCC00;
	border:2px solid #000000;
	margin-bottom:20px;
	padding: 10px; 15px 15px 15px;
}
.faqExpand p {  /* Click to hide/show all message */
	font-size: 100%;
	text-align:center;
	height:25px;
	color:#0000FF;
	font-weight:bold;
}

.faqExpand a {     /* show/hide all "button" */
   text-decoration:none;
   color:#000000;
   background-color:#FFCC00;
   padding:5px;
   border: 1px solid #000000;
   
}
 
.faqExpand a:hover {  /* show/hide all "button" hover */
	text-decoration:none;
	color:#000000;
	background-color:#66CCFF;
}


.faqContainer .faqQuestion {   /* this is the question */
	font-weight: normal;
	font-size: 100%;
}

.faqContainer p{
	line-height: 18px;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

.status{
float: left;
margin: -2px 5px 0 0;
}

.status img{
margin: 5px 0 8px 0;
}

.switchgroup1 {   /* this is the answer */
font-weight:normal;  
background-color:#efefef;
border: 1px solid #bebebe;
padding:5px 10px 5px 10px;
margin:2px 13px 15px 0px;
}

.switchgroup1 p{
font-size: 75%;
}
