/*type styles */a{	color: #0067C6;	text-decoration: none;} a.nav{	color: #0067C6; 	/*border-bottom: 1px #AAAAAA dotted;*/}a.second{	color: #0067C6;	/*color: #333366; */	border-bottom: 1px #CCCCCC dotted;}a.highlight{	padding: 2px;	background-color: #F5EBA6;} 		a:hover		{	color: #0067C6;	text-decoration: none;	background-color: #D1E3F5;	border-bottom: none;}.rule1 {	border-top: 1px solid #CCC;	margin-top: 12px;	margin-bottom: 14px;}.text1{	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 10pt;	line-height: 1.3em;}.text1a{	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 10pt;	line-height: 1.4em;	background-color: #F2F5C9;}.text1b{	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 9pt;	line-height: 1.4em;	background-color: #F2F5C9;}.text2{	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 9pt;	line-height: 1.4em;}.text3{	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 8pt;	line-height: 1.6em;}.footer{	color: #999999;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 8pt;	line-height: 1.35em;}.ullist {	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 10pt;	line-height: 1.4em;	margin-left: 10px;	list-style-image: url(../images/square.gif);	list-style-type: square;}.ullist2 {	color: #444444;	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 10pt;	line-height: 1.4em;	margin-left: 30px;	list-style-image: url(../images/square.gif);	list-style-type: square;}/* list styles */ul {	margin: 0;	padding: 0;	list-style: none;	width: 140px; /* Width of Menu Items */	/*border-bottom: 1px solid #ccc;*/	}		ul li {	position: relative;	}	li ul {	position: absolute;	left: 149px; /* Set 1px less than menu width */	top: 0;	display: none;	}/* Styles for Menu Items */ul li a {	display: block;	text-decoration: none;	color: #444444;	background: #fff; /* IE6 Bug */	padding: 6px;	/*border: 1px solid #ccc;*/	border-bottom: 0;	}	/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End *//* Hover Styles */ul li a:hover { 	color: #444444;	background: #B2D1EE;	} 		/* Sub Menu Styles */li ul li a { 	padding: 6px; 	} 		 /* The magic */ li:hover ul, li.over ul {  	display: block; 	}