div.Section-Link {
	font-size: 12px;
	font-weight:bold;
	color: #666699;
	width:98%;
	margin-right:5px;
	margin-top:5px;
	text-align:right;
}
div.Section-Link a:link {
	color:#0066FF;
	text-decoration: underline
}
div.Section-Link a:visited {
	color:#0066FF;
	text-decoration: underline
}
div.Section-Link a:hover {
	color:#FF0000;
	text-decoration: none
}
div.Section-Link a:active {
	color: #333333;
	text-decoration: none
}
div.Section {
	display:block;
	padding:5px;
	font-family:Tahoma;
}
div.Section-Header {
	font-size:20px;
	border-bottom:solid 1px #999999;
	margin-bottom:8px;
}
div.Section-QuestionGroup {
	padding:2px;
}
div.Section-Question {
	font-weight:bold;
	font-size:12px;
	margin-top:8px;
	margin-bottom:5px;
}
div.Section-Answer {
	font-size:12px;
	text-align:justify;
}
span.Text-Dark {
	color:#0066CC;
}
span.Text-Light {
	color:#8CC6FF;
}
a.refAnchor {
	border-bottom:solid 0px #98AED1;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 0px;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	text-decoration: none;
	margin-left:-5px;
	margin-bottom:1px;
	height:20px;
	float:left;
	width:100%;
}
a.refAnchor:link,a.refAnchor:visited  {	
	color: #000000;	
	text-decoration: none;
}
a.refAnchor:hover {
	color: #0066CC;
	text-decoration: underline;
	background-color: #F7F7F7;
}
a.refAnchor:active {	
	color: #8CC6FF;	
	text-decoration: none;
}