h1 { font-size:22pt; color:red; text-decoration: underline}
h2 { font-size:20pt; color:white; background: black}
h3 { font-size:18pt; color:black; font-style: italic}
h4 { font-size:16pt; color:blue; text-decoration: underline}
h5 { font-size:14pt; color:black }

th
{
background-color: yellow;
border-color: black
}

body
{
background-color: white;
text="#000000"
font-family: arial; 
font-size: 12pt;
}

hr
{
size:6;
color:black 
}

a:link    {color:blue}
a:visited {color:blue}
a:active  {color:red}
a:hover   {color:green}

.boldtable, .boldtable TD, .boldtable TH, .boldtable TR
{
font-family:arial;
font-size:10pt;
}

function showMenu(linkObj, menuID) {
  var popupObj = window.createPopup();
  var popupBodyObj = popupObj.document.body;
  popupBodyObj.style.border = "1px purple solid";
  popupBodyObj.innerHTML = menuID.outerHTML;
  for (var i = 0; i < popupBodyObj.all.length; i++) {
    if (popupBodyObj.all[i].tagName == "A")
      popupBodyObj.all[i].onclick = doClick;
  }
  popupObj.show(0, linkObj.offsetHeight, menuID.offsetWidth, menuID.offsetHeight, linkObj);
}

a.pos_abs
{
position:absolute;
left:600px;
top:350px
}

a.pos_abs_2
{
position:absolute;
left:300px;
top:350px
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefive{position:relative;display:block;height:26px;font-size:12px;font-weight:bold;background:transparent url(pics/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-bottom:3px solid #FF0066;}
#stylefive ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#stylefive ul li{display:block;float:left;margin:0;}
#stylefive ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:7px 20px 0 20px;height:19px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefive ul li a:hover,#stylefive ul li a.current{color:#fff;background:#131546 url(pics/bgDIVIDER.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */




