<!--
document.write("<STYLE TYPE='text/css'>" +
			   "a {text-decoration:underline;font-weight:normal;}" +
			   "a:hover {color:red;text-decoration:underline;}" +
			   "a.blackblue {color:black;text-decoration:underline;font-weight:bold;}" +
			   "a.blackblue:hover {color:blue;}" +
			   "a.blackred {color:black;text-decoration:none;font-weight:bold;}" +
			   "a.blackred:hover {color:red;}" +
			   "a.blueblue {color:navy;text-decoration:underline;font-weight:bold;}" +
			   "a.blueblue:hover {color:blue;}" +
			   "a.dbluehid {color:000046;text-decoration:underline;font-weight:bold;}" +
			   "a.dbluehid:hover {color:orange;}" +
			   "a.camp {color:orange;text-decoration:none;font-weight:normal;}" +
			   "a.camp:hover {color:orange;text-decoration:underline;font-weight:normal;}" +
			   "a.clickhere {color:maroon;font-weight:bold;}" +
			   "a.clickhere:hover {color:red;}" +
			   "a.excel {color:green;text-decoration:none;font-weight:normal;}" +
			   "a.excel:hover {color:green;text-decoration:underline;font-weight:normal;}" +
			   "a.internet {color:blue;text-decoration:none;font-weight:normal;}" +
			   "a.internet:hover {color:blue;text-decoration:underline;font-weight:normal;}" +
			   "a.menu {font-size:12px;color:white;text-decoration:none;font-weight:bold;}" +
			   "a.menu:hover {color:yellow;text-decoration:underline;}" +
			   "a.news {font-size:9px;color:crimson;text-decoration:none;}" +
			   "a.news:hover {color:red;text-decoration:underline;font-weight:normal;}" +
			   "a.redwhite {color:red;text-decoration:underline;font-weight:normal;}" +
			   "a.redwhite:hover {color:white;text-decoration:underline;font-weight:normal;}" +
			   "a.remote {color:white;text-decoration:none;font-weight;bold;}" +
			   "a.remote:hover {color:red;text-decoration:underline;font-weight:bold;}" +
			   "a.yell {font-size:12px;color:yellow;text-decoration:none;font-weight:bold;}" +
			   "a.yell:hover {color:yellow;text-decoration:underline;}" +
			   "a.windows1 {color:black;text-decoration:none;font-weight:normal;}" +
			   "a.windows1:hover {color:black;text-decoration:underline;font-weight:normal;}" +
			   "a.windows2 {color:gray;text-decoration:none;font-weight:normal;}" +
			   "a.windows2:hover {color:gray;text-decoration:underline;font-weight:normal;}" +
			   "a.whitered {color:white;text-decoration:underline;font-weight:normal;}" +
			   "a.whitered:hover {color:red;text-decoration:underline;font-weight:normal;}" +
			   "a.word {color:navy;text-decoration:none;font-weight:normal;}" +
			   "a.word:hover {color:navy;text-decoration:underline;font-weight:normal;}" +
			   "BODY {font-family: arial, MS Sans serif, verdana, tahoma, helvetica;}" +
"</STYLE>")

//-->

