

.mouseoverstyle{
background-color:highlight;
}

.mouseoverstyle a{
color:yellow;
}
/*  END style control for the drop menu script */

A.MENU:active {text-decoration:none; color:FFFFFF;  font-weight: bold; font-family: Arial; font-size: 10px;}
A.MENU:link {text-decoration:none; color:FFFFFF;  font-weight: bold; font-family: Arial; font-size: 10px;}
A.MENU:visited {text-decoration:none; color:FFFFFF; font-weight: bold; font-family: Arial; font-size: 10px;}
A.MENU:hover {text-decoration:underline; color:FFFF00;font-weight: bold; font-family: Arial; font-size: 10px;}
.MENU {
font-weight: bold; font-family: Arial; font-size: 10px; color:#FFFFFF;  
}

A.MENU2:active {font-family: Arial; font-size: 10pt; text-decoration:none; color:FFFFFF; font-weight:bold; }
A.MENU2:link {font-family: Arial; font-size: 10pt; text-decoration:none; color:FFFFFF; font-weight:bold; }
A.MENU2:visited {font-family: Arial; font-size: 10pt; text-decoration:none; color:FFFFFF; font-weight:bold;}
A.MENU2:hover {font-family: Arial; font-size: 10pt; text-decoration:underline; color:FFFF00; font-weight:bold;}
.MENU2 {
font-weight: normal; font-family: arial; font-size: 10px; color:#000000;  
}

.forSelectList{
select-face-color: #0000FF; select-shadow-color: #000000; select-base-color: #0000FF; select-highlight-color: #C0C0CC; select-3dlight-color: #FFFFFF; select-darkshadow-color: black; select-track-color: #FFFFFF; select-arrow-color: #FF0000; 
}

A.qalinks:active {text-decoration:none; color:FFFFFF;  
font-weight: normal; 
font-family: monospace, Arial; 
font-size: 10pt; 
color:#FFFFFF; 
}
A.qalinks:link {text-decoration:none; color:FFFFFF; 
font-weight: normal; 
font-family: monospace, 
Arial; font-size: 10pt; 
color:#FFFFFF; 
 }
A.qalinks:visited {text-decoration:none; color:FFFFFF;
font-weight: normal; 
font-family: monospace, 
Arial; font-size: 10pt; 
color:#FFFFFF; 
 }
A.qalinks:hover {text-decoration:underline; color:FFFF00;
font-weight: normal; 
font-family: monospace, 
Arial; font-size: 10pt; 
color:#FFFFFF; 
}


A:active {text-decoration:none; color:0000FF;  }
A:link {text-decoration:none; color:0000FF;  }
A:visited {text-decoration:none; color:0000FF; }
A:hover {text-decoration:underline; color:FF0000;}



A.blacklink:active {text-decoration:none; color:000000;  }
A.blacklink:link {text-decoration:none; color:000000;  }
A.blacklink:visited {text-decoration:none; color:000000; }
A.blacklink:hover {text-decoration:underline; color:FF0000;}


A.bluelink:active {text-decoration:underline; color:0000FF;  }
A.bluelink:link {text-decoration:underline; color:0000FF;  }
A.bluelink:visited {text-decoration:underline; color:0000FF; }
A.bluelink:hover {text-decoration:overline; color:0000FF;}

A.whitelink:active {font-family: Arial; font-size: 10pt; text-decoration:none;  color:FFFFFF;  }
A.whitelink:link {font-family: Arial; font-size: 10pt; text-decoration:none;  color:FFFFFF;  }
A.whitelink:visited {font-family: Arial; font-size: 10pt; text-decoration:none;  color:FFFFFF; }
A.whitelink:hover {font-family: Arial; font-size: 10pt; text-decoration:underline;  color:FFFF00;}

A.yellowlink:active {text-decoration:underline; color:FFFF00;  }
A.yellowlink:link {text-decoration:underline; color:FFFF00;  }
A.yellowlink:visited {text-decoration:underline; color:FFFF00; }
A.yellowlink:hover {text-decoration:none; color:FFFFFF;}

BODY{ 
margin:0;
 background: #000000;
/* background-image: url('');  background-repeat: no-repeat; background-position: left top; */
font-weight: normal; font-family:  Arial; font-size: 12pt; color:#000000; background-color: #000000; 
scrollbar-face-color: #C0C0C0; scrollbar-shadow-color: #000000; scrollbar-base-color: #C0C0C0; scrollbar-highlight-color: #C0C0CC; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: black; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #000000; 
}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}