<STYLE TYPE="type/css">

<!--

BODY {

	margin: 10px;
	font-family: sans-serif;
	background-color: #BBBBBB;
	scrollbar-track-color: #AAAAAA;
}

A:link { color: #C9F3C9; text-decoration: none }
A:hover { color: #C9F3C9; text-decoration: none }
A:visited { color: #C9F3C9; text-decoration: none }

A.link:link { color: Blue; text-decoration: none }
A.link:hover { color: Red; text-decoration: none; background: #A6D0A6 }
A.link:visited { color: Blue; text-decoration: none }

A.jlink:link { color: #000080; text-decoration: none }
A.jlink:hover { color: White; text-decoration: none; background: #FF0D0C }
A.jlink:visited { color: #000080; text-decoration: none }

<SCRIPT LANGUAGE="JavaScript">

function highlightButton(s) {
if ("INPUT"==event.srcElement.tagName)
event.srcElement.className=s
}

function getonme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "onme1" ;
}
}

function getoffme() {
el = event.srcElement ;
if (el.getAttribute("litUp1") != null) {
el.className = "offme";
}
}

document.onmouseover = getonme ;
document.onmouseout = getoffme ;

</SCRIPT>


//-->

</STYLE>
