/* CSS Document */	A:link{		text-decoration:none;		font-family:"Verdana";		font-size:9pt;		color:#0033CC;		border:0px none;		font-weight:normal;		xbordercolor:#ffffff		}		A:active{		text-decoration:none;		font-family:"Verdana";		font-size:9pt;		font-weight:normal;		color:#0033CC;		}			A:visited{		text-decoration:none;		font-family:"Verdana";		font-size:9pt;			font-weight:normal;			color:#000066;		}	A:hover{		text-decoration:none;		font-family:"Verdana";		font-size:9pt;		font-weight:normal;		color:#009900;		}						.footer{		font-family:"Arial";		font-size:8pt;		color:#999;		line-spacing:10px;		}			.text{		text-decoration:none;		font-weight:normal;		font-family:"Arial";		font-size:9pt;		color:#333333;		margin:0px;		padding:0;		line-spacing:1px;		}			.blkunderln{		text-decoration:underline;		font-weight:normal;		font-family:"Arial";		font-size:9pt;		color:#000;		margin:0px;		padding:0;		line-spacing:1px;		}			.blacktxt{		text-decoration:none;		font-weight:normal;		font-family:"Arial";		font-size:9pt;		color:#000000		margin:0px;		padding:0;		line-spacing:1px;		}	.bold{		text-decoration:none;		font-weight:bold;		font-family:"Arial";		font-size:10pt;		color:#000;		margin:0px;		padding:0;		}		.position{		text-decoration:underline;		font-weight:bold;		font-family:"Arial";		font-size:10pt;		color:#003399;		margin:0px;		padding:0;		line-spacing:1px;		}			.greent{		text-decoration:none;		font-weight:normal;		font-family:"Arial";		font-size:10pt;		color:#009900;		margin:0px;		padding:0;		line-spacing:1px;		}		/*#nav, #nav ul { /* all lists 	padding: 0;	margin: 0;	list-style: none;	line-height: 1;	}#nav a, #nav a:visited {	display: block;	width: 7em;		text-decoration:none;		font-family:"Verdana";		text-align:center;		font-size:9pt;		color:#666;		font-weight:normal;		background:#ffffff;		}		#nav a:hover {	display: block;	width: 7em;	text-decoration:none;	font-family:"Verdana";	text-align:center;	font-size:9pt;	color:#fff;	background:#666;	font-weight:normal;	}#nav li { /* all list items */	float: left;	width: 6em; /* width needed or else Opera goes nuts */	height:-1em;}#nav li ul { /* second-level lists */	position: absolute;	width: 6em;	xmargin: 2px 0 0 0;	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	xborder:1px solid white;	}#nav li ul ul { /* third-and-above-level lists */	margin: -10px 0 0 84px;	background:#fff;	padding:0px 2px 0px 2px;	xborder:1px solid black;	text-align:center;	width:80px;		}#nav li:hover ul ul, #nav li.sfhover ul ul {	left: -999em;}#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */	left: auto;}#content {	clear: left;	color: #ccc;}</style><script type="text/javascript"><!--//--><![CDATA[//><!--sfHover = function() {	var sfEls = document.getElementById("nav").getElementsByTagName("LI");	for (var i=0; i<sfEls.length; i++) {		sfEls[i].onmouseover=function() {			this.className+=" sfhover";		}		sfEls[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHover);//--><!]]></script>/*******************************************************************/