/* Last Modified: 	TQ 23-July-2004
/* Added behaviour for SELECT to allow typeahead on select values
/* It references the select_keydown.htc file and is only applicable
/* for IE versions 5 and above. 
*/


  #menu1 {display:none; margin-left:12px}
  #menu2 {display:none; margin-left:12px}
  #menu3 {display:none; margin-left:12px}
  #menu4 {display:none; margin-left:12px}
  #menu5 {display:none; margin-left:12px}
  #menu6 {display:none; margin-left:12px}
  
A.menuHeader {
   background-color: #336699;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	font-size : 10pt;
	line-height :18pt
}

A.menuLine {
    background-color: #336699;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	font-size : 8pt;
	line-height :12pt
}
A.menuLine:HOVER {
	color : #99CCFF;
}
TR.splash{
	background-color: #6699CC;
	vertical-align: top;
}
TD.home{
	text-align : left;
	vertical-align : top;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #336699;
}


TD.gisclink {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	font-size : 8pt;
	line-height :12pt
}

A.gisclink {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #99CCFF;
	font-weight : bold;
	font-size : 8pt;
	line-height :12pt
}
A.gisclink:HOVER {
	color : #0000FF;
}

.select {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : normal;
	font-size : 18pt;
}

.desc {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : normal;
	font-size : 12pt;
}

select {
  behavior: url("select_keydown.htc");
}