/* TEXT COLOR */.header {    float: center; /* Mac, no effect */    padding: 0em; /* bar height? ori 0.5em? */    color: #0066ff; /* text color */    font-size: 93%; /* affect box height size? */    line-height: 10pt; /* DROP DOWN MENU, font height, affect clicking */    list-style: none;}/* Select for the header class, so that lists can be used   elsewhere on the page */  ul.header {  padding: 0; /* IE, box height? */  margin: 0; /* Safari, box height, space btw bar and drop down menu */  font-family: Arial, Helvetica, sans-serif;}/* IE, SAFARI, TOP-LEVEL MENU TEXT */li.header {   float: center; /* if right, menu text align to right */  position: relative;  width: 4.7em; /* WORD SPACE of menu text */   font-size: 11pt;}/* SAFARI, TOP-LEVEL MENU ITEMS, HIGHLIGHTING */ul.header > li:hover {   /* color: red; HIGHLIGHTING of top-level menu text color */  background-color: #99ccff; /* highlighting color of bar if no image */  background-image: url(images/dropdown_highlightingbar.jpg); /* highlighting image of bar if no image */  background-repeat: repeat;}/* IE, SAFARI, DROP-DOWM MENUS */li.header ul {  visibility: hidden;  width: 155%;  /* backgrounds box fit to the top-level menu width */  position: absolute;  left: -3; /* backgrounds box align at left 0, - to left, + to right */  clear: both;  color: green; /* ? */  /*background-color: #0000ff; background box color if no image */  background-image: url(../images/dropdown_box.gif);  background-repeat: repeat;   font-size: 8pt;}/* DROP DOWN MENU */li.header ul li {  margin: 0.5em;  /* IE, left mergin */}/* Enables the mouseover menus for standards-compliant browsers */div.header li:hover ul {  visibility: visible;}ul.msie_hack_state_selected {  visibility: visible;  top: 1.2em;  /* IE, the space btw the top-level menus and the drop down menus, affect clicking */}.textjustify {	font-family: "Arial", "Helvetica", "sans-serif", "Futura Lt BT";	font-size: 10pt;	vertical-align: top;	font-family: "Arial", "Helvetica", "sans-serif", "Futura Lt BT";	font-size: 10pt;	vertical-align: top;	text-align: justify;}.texttileUnderline {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #0099FF;	text-decoration: underline;}