A {
	color: #0066cc;
	text-decoration: underline
}
A:visited {
	color: #0066cc;
	text-decoration: underline
}
A:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;	
}

/* This css class controls the width of all search elements */
.searchlayout {
	width: 700px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

/* This css class controls the appearce of the title */
.searchtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-weight: bold;
	font-size: 12pt;
}

/* This css class controls the appearance of form elements (text box and button) */
.searchinput {
	font-family: verdana, arial, sans-serif;
	font-size: 10;
}

/* This css class controls the color of highlighted text on the page */
.searchhighlight {
	color: #0066cc;
}

/* This css class controls the color of "hit highlighting" on the page */
.searchhits {
	background-color: #FFFF00;
}

/* This css class controls the appearance of URLs, File names, sizes and last modified dates */
.searchresultssml, .searchresultssml A {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
