a { color: #FF9933; font-size: 12px; font-family: "Trebuchet MS", Helvetica, sans-serif; text-decoration: none }
a:hover { color: #FFFFCC; font-size: 12px; font-family: "Trebuchet MS", Helvetica, sans-serif; text-decoration: none }

td { 
  color: #fff; 
  font-style: normal; 
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, sans-serif; 
  background-color: black; 
  text-align: justify; 
}

BODY {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  background-color: black;
  text-align: justify;
  scrollbar-arrow-color:white;
  scrollbar-track-color:#3f3f3f;
  scrollbar-shadow-color:#3f3f3f;
  scrollbar-face-color:#585858;
  scrollbar-highlight-color:#white;
  scrollbar-darkshadow-color:black;
  scrollbar-3dlight-color:white;
 }
 
input {  
color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
width : 100px;
height: 20px;
background-color : #969696;
font-size : 12px;
}

UL {
	list-style: url(http://www.cre8tivproductions.com/images/bullet.gif) disc;
	color: #0000000;
}

#menu {
  color: #fff;
  border: solid 1px #808080;
  width: 60px;
  padding: 5px;  
}

#menu:hover {
  color: #000000;
  border: solid 1px white;
  background-color: #FF9933;
  width: 60px;
}

#menu2 {
  color: #fff;
  width: 80px;
  border: solid 1px #000000;
  padding: 5px;    
}

#menu2:hover {
  color: #000000;
  border: solid 1px white;
  background-color: #808080;  
}

.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.25em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: larger;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
}

.search_container{
	list-style-position: outside;
	list-style-type: disc;
	width: 450px;
}

.search_hitCount{
	font-size: 10px;
}

.search_summary{
	color: #fff;
}

.search_term{
	background-color: yellow;
	font-weight: bolder;
	color: #000000;
}

.search_title :link{
	color: #0000FF;
}

.search_truncatedMsg, .search_searchInfo {
	font-size: 10px;
}

