<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link
{	
	text-decoration: underline;
	color:	#000000;
}	
		
A:visited
{	
	text-decoration: underline;
	color:	#000000;
}	
		
A:active
{	
	text-decoration: underline;
	color: #000000;
}	
		
A:hover
{	
	text-decoration: underline;
	color:	#77B900;
}

.More A:link
{	
	font-family: Arial;
	font-size: 8pt;
	text-decoration:none;	
	color:	#76B900;
}

.More A:visited
{	
	font-family: Arial;
	font-size: 8pt;
	text-decoration:none;	
	color:	#76B900;
}

.More A:active
{	
	font-family: Arial;
	font-size: 8pt;
	text-decoration:none;	
	color:	#76B900;
}
.More A:hover
{	
	font-family: Arial;
	font-size: 8pt;
	text-decoration:none;	
	color:	#76B900;
}


.Option {
	font-weight:bold;
}

.hrline {
	height:2px;
	width:100%;
	background-color:#e8e8e8;
	font-size:0px;
}
.NDLSelectBox2 {
	font-family:"Trebuchet MS";
	font-size:12px;
	width:160px;
	margin:5px;
}
.More a {
	color:#000000;
}

.stickyNote
{
	position: absolute; 
	background-color: #E6E6E6; 
	border: 1px solid #999999; 
	padding: 10px;
	filter: alpha(opacity=96); 
	-moz-opacity: 0.96;
	KhtmlOpacity: .96;
	opacity: .96;
}

.gridItem {
	font-size:12px;
}

.gridHeader {
	font-weight:bold;
}

.heading
{
	font-size: 24px;
	color: #333333;
	font-family:"Trebuchet MS";
}

.subheading
{
	font-size: 13px;
	color: #666666;
	font-family:"Trebuchet MS";
} 
</pre></body></html>