a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: line-through;
}

a:hover {
	text-decoration: none;
}

.highlight { background: #DAEAFE }
		.searchheading { font-size: 100%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; } 
		.results { font-size: 100%; }
		.category { color: #999999; }
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080; }
		.result_title { font-size: 100%; }
body {
	scrollbar-3d-light-color : White;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Black;
	scrollbar-dark-shadow-color : Red;
	scrollbar-face-color : White;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : Black;
	background-attachment: fixed;
}
form {
	font-family: arial;
	font-size: 10pt;
	text-decoration: none
}  

form input {
	font-family: arial;
	font-size: 9pt;
	color: #006699;
	text-decoration: none;
	background-color : white;
}

select {
	font-family: arial;
	font-size: 9pt;
	color: #006699;
	text-decoration: none;
	background-color : white;

}

table {  }