






/* FAQ CSS START */

.item
{
	padding: 0px;
	width: 100%;
}

.item .que
{
	font-size: 11px;
	color: #3D4BB8;
	text-decoration: underline;
	


}

.item .ans
{
	display: none; /* HIDE EVERYTHING */
}

.item2
{
	background-color: #f3f3f3;
    border: 1px solid #d5dbec;

}
.item .que, .item2 .que
{
	margin: 0;
	padding: 0 0 0 18px;
	font-weight: bold;
	font-size: 11px;
	color: #3D4BB8;
	text-decoration: underline;
	background: url(../../images/right11.gif) 0 2px no-repeat;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}

.item2 .que
{
	
	
	background-image: url(../../images/down11.gif);


}

.item2 .ans
{
	padding-top: 10px;
}
.item2 .nav
{
	margin: 0 0 .5em;
	text-align: right;
	font-size: 10px;
}

hr{
	border:1px;
	border-color:#EEEEEE;
	border-style:solid;
}

.faqlink
{
font-family:Verdana;
font-size:8pt;
font-style:normal;
cursor:pointer;
color:Black;
text-decoration:none;
	
	}
.faqlink:hover
 {
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	cursor:pointer;
	color:Black;
	text-decoration: underline;
}


















