BODY { background-color:#000000; 
scrollbar-face-color:#999999;
scrollbar-highlight-color:#CCCCCC;
scrollbar-3dlight-color:#003366;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000066;
scrollbar-arrow-color:#000066;
scrollbar-track-color:000033; }

a:visited	{color: #666666;
font-weight: bold;
 			TEXT-DECORATION:none}
 
a:active	{color: #FFFFFF;
font-weight: bold;
 			TEXT-DECORATION:none}
 
a:link		{color: #CCCCCC;
font-weight: bold;
 			TEXT-DECORATION:none}
 
a:hover     {color: #FFFFFF;
font-weight: bold;
 			TEXT-DECORATION:none}

em		{color: #99FFCC;
		font-weight: bold}

p.left		{text-align: left}

p.right		{text-align: right}

p.center	{text-align: center}

h1      {font-family: Tahoma, Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
        font-size: 42px;
        font-weight: bold;
        font-style: normal;
        color: #999999;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: center}

h2      {font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        color: #999999;
text-align: left}

h6      {font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
font-weight: bold;
text-align: center;
font-size: 13px;
font-style: normal;
color: #999999}

h5      {font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
font-weight: normal;
text-align: justify;
font-size: 16px;
font-style: normal;
color: #999999}

h4      {font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
font-weight: bold;
text-align: left;
font-size: 13px;
font-style: normal;
color: #999999;
margin-left: 20px}

td      {font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
font-weight: normal;
font-size: 16px;
font-style: normal;
color: #999999}

ol		{font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		list-style-type: decimal;
		text-align: left;
		margin-right: 20px;
		color: #999999}

ul		{font-family: Eras Medium ITC, Calisto MT, Book Antiqua, Batang, Helvetica, Verdana;
		font-size: 16px;
        list-style: disc;
		font-weight: normal;
		font-style: normal;
		color: #999999}

<!--
function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}
//-->
