@charset "utf-8";
.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #95B8DB;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

div.eg-bar{
	width: 575px;
}

.contractbar{
	width: 575px;
	text-align: right;
	background-color: #DDEEFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.icongroup1{
	width: 580px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.faqtitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
div.eg-bar a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
div.eg-bar a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
div.eg-bar a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div.eg-bar a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


