.style {  font-family: Symbol; font-style: normal; color: #000000}

body{
/*scrollbar-3d-light-color: #ff9933;*/
scrollbar-arrow-color: #003399;
scrollbar-base-color: #003399;
scrollbar-dark-shadow-color: #003399;
scrollbar-face-color: #ff9933;
scrollbar-highlight-color: #ff9933;
scrollbar-shadow-color: #003399;
}

input{
	background-color: #E8E8E8;
	border-color: Black;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

.results{
	background-color: Yellow;
}

a:hover.search{
	text-decoration:underline;
	background-color:#FFFFFF;
}

a.search{
	text-decoration:none;
}

a:hover {
	background-color:#FFFFCC
}
a{
	text-decoration: none;
}

a:visited{
	color: Blue;
}
.button{
	background-color: #E8E8E8;
	border-color: Black;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	height: 20px;
}
/*button {
background-image: url(images/search_btn.gif);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
border: none;

}*/
.titletext{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}
.tableheaders{
	background-color:#D4D4D4;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	text-align: center;
}
.titlesubheader{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
}
.specdata{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}

/* Table Colors */
.green{
	background-color:#BFFFBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200; 
}
.yellow{
	background-color:#FFFFC8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
.orange{
	background-color:#FFD275;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
.red{
	background-color: #FFD2E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
.blue{
	background-color: #BBBBFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
.orangepale{
	background-color: #FFDBA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
.white{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
}
