


// GENERIC LINK
document.write('    <style type="text/css">  A.link:link{color:#0000FF}            </style>   ');
document.write('    <style type="text/css">  A.link:visited{color:#000088}         </style>   ');
document.write('    <style type="text/css">  A.link:hover{color:#FF0000}           </style>   ');

// SIDE BAR
 
//document.write('    <style type="text/css">  A.SideBar:link{color:#919ACB}                             </style>   ');
document.write('    <style type="text/css">  A.SideBar:link{color:#FFFFFF}                             </style>   ');
document.write('    <style type="text/css">  A.SideBar:link{text-decoration:none}                      </style>   ');
document.write('    <style type="text/css">  A.SideBar:link{font-family: arial; font-size: 14pt}       </style>   ');

//document.write('    <style type="text/css">  A.SideBar:visited{color:#919ACB}                          </style>   ');
document.write('    <style type="text/css">  A.SideBar:visited{color:#FFFFFF}                          </style>   ');
document.write('    <style type="text/css">  A.SideBar:visited{text-decoration:none}                   </style>   ');
document.write('    <style type="text/css">  A.SideBar:visited{font-family: arial; font-size: 14pt}    </style>   ');

//document.write('    <style type="text/css">  A.SideBar:hover{color:#BBBBBB}                            </style>   ');
document.write('    <style type="text/css">  A.SideBar:hover{color:#FACB37}                            </style>   ');
document.write('    <style type="text/css">  A.SideBar:hover{font-family: arial; font-size: 14pt}      </style>   ');


// HOR SEL
document.write('    <style type="text/css">  A.HorSel:link{color:#FFEFD0}            </style>   ');
document.write('    <style type="text/css">  A.HorSel:link{text-decoration:none}     </style>   ');
document.write('    <style type="text/css">  A.HorSel:visited{color:#FFEFD0}         </style>   ');
document.write('    <style type="text/css">  A.HorSel:visited{text-decoration:none}  </style>   ');
document.write('    <style type="text/css">  A.HorSel:hover{color:#FF6600}           </style>   ');


// BOX
document.write('    <style type="text/css">  A.Box:link{color:#000000}            </style>   ');
document.write('    <style type="text/css">  A.Box:visited{color:#000000}         </style>   ');
document.write('    <style type="text/css">  A.Box:hover{color:#FFEFD0}           </style>   ');

// Hidden Pics
document.write('    <style type="text/css"> .hiddenPic {display:none;}            </style>   ');


// Tool Bar Style
document.write('	<STYLE>																		 ');
document.write('	.toolbartop {background-color:#A608FD;width:120; color: #FB62E1; text-align: center} ');
document.write('	.toolbardown {position:absolute;background-color:#FB62E1;width:400}				 ');
document.write('	</STYLE>																	 ');

// TOOL BAR
document.write('    <style type="text/css">  A.toolbar:link{color:#000000}            </style>   ');
document.write('    <style type="text/css">  A.toolbar:link{text-decoration:none}     </style>   ');
document.write('    <style type="text/css">  A.toolbar:visited{color:#000000}         </style>   ');
document.write('    <style type="text/css">  A.toolbar:visited{text-decoration:none}  </style>   ');
document.write('    <style type="text/css">  A.toolbar:hover{color:#FFEFD0}           </style>   ');

// Tool Bar DHTML Code

var cm=null;
document.onclick = new Function("show(null)")
function getPos(el,sProp) {
	var iPos = 0
	while (el!=null) {
		iPos+=el["offset" + sProp]
		el = el.offsetParent
	}
	return iPos

}

function show(el,m) {
	if (m) {
		m.style.display='';
		m.style.pixelLeft = getPos(el,"Left") - 402
		m.style.pixelTop = getPos(el,"Top")
	}
	if ((m!=cm) && (cm)) cm.style.display='none'
	cm=m
}


