body  { background: #FFF; color: #333; font: normal normal 11px Verdana, Arial, sans-serif; }
h2    { color: #000; font:  normal bold 12px Verdana, Arial, sans-serif; margin-bottom: 4px; }

/* Define standard hyperlinks */	
a:link  { color: #475E77; font-face: Verdana, Arial, sans-serif; text-decoration: underline; }  
a:active { color: #475E77; font-face: Verdana, Arial, sans-serif; text-decoration: underline; }
a:visited { color: #475E77; font-face: Verdana, Arial, sans-serif; text-decoration: underline; }
a:hover { color: #333; font-face: Verdana, Arial, sans-serif; text-decoration: none; }

/* NOTE:  THE FOLLOWING IS SPECIFIC TO THE SEARCH FORM ONLY.  IF YOU ARE USING AN EXISTING EXTERNAL
   STYLE SHEET, SIMPLY COPY THE INFORMATION BELOW AND PASTE IT INTO YOUR EXISTING STYLE SHEET.  MAKE ANY
   DESIRED CHANGES TO THE COLOR NUMBERS BELOW, THEN CHANGE THE NAME OF THE LINKED STYLE SHEET ON THE 
   PAGE SEARCH.ASP TO MATCH YOUR OWN .CSS FILE NAME */

/* Define User Input Area */
.sse_form  { background: #FFF; color: #475E77; font: normal normal 11px Arial, sans-serif; }
.sse_form input { background: #FFF; color: #475E77; font: normal normal 11px Arial, sans-serif; }
.sse_form textarea { background: #FFF; color: #475E77; font: normal normal 11px Arial, sans-serif; border: 1px solid #475E77; }
.sse_form select  { background: #FFF; color: #475E77; font: normal normal 11px Arial, sans-serif; border: 1px solid #475E77; }

/* Define Search Results Area */
.sse_results { background: #E5E8EB; color: #333333; font:  normal normal 11px/15px Verdana, Arial, sans-serif; }

/* Define Error Messages */
.sse_error { color: #CB0D0D; }

/* Define Search Results Header */
.sse_results_header { color: #475E77; font:  normal bold 11px Verdana, Arial, sans-serif;  }

/* Define Display of File Name */
.sse_results_filename { color: #999999; }
