body {  font-size: 14px; color: #000000; background: #ffffff;}
body, p, h1, h2, h3, table, td {  font-family: Arial, Helvetica, sans-serif;}
table {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #0066CC; text-decoration: none; background: #FFFFFF}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #0066CC; text-decoration: none; background: #FFFFFF}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #990033; text-decoration: none; background: #FFFFFF}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #990033; text-decoration: none; background: #FFFFFF}
div {width:100%;}

a.isearchtitle, a.isearchdescription, a.isearchurl, a.isearchprevnext:active
{
    color:#FF0000;
    background:transparent;

}

a.isearchtitle, a.isearchdescription, a.isearchurl, a.isearchprevnext:hover
{
    color:#FF0000;
    background:transparent;
}


/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    font-size:20px;
    color:#3366cc;
    background:transparent;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for words."
 *             "Showing results 1 to 10 of 17"
 */
table.isearchhead
{
    color:#3366cc;
    background:#3366cc;
}

td.isearchhead
{
    color:#ffffff;
    background:transparent;
    font-size:16px;
}


/* Usage :  To display the page title in the results list.
 */
a.isearchtitle:link
{
    color:#3366cc;
    background:transparent;

}

a.isearchtitle:visited
{
    color:#336644;
    background:transparent;

}


/* Usage :  To display the page description in the results list.
 */
.isearchdescription
{
    font-size:12px;
    color:#000000;
    background:transparent;
}


/* Usage :  To display the page url in the results list.
 */
a.isearchurl:link
{
    font-size:11px;
    color:#008000;
    background:transparent;

}

a.isearchurl:visited
{
    font-size:11px;
    color:#008000;
    background:transparent;

}


/* Usage :  To display the file size in the results list.
 */
.isearchsize
{
    font-size:11px;
    color:#008000;
    background:transparent;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearchviewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background:transparent;

}

a.isearchviewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background:transparent;

}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearchprevnext
{
    color:#ffffff;
    background:#3366cc;

}

td.isearchprevnext
{
    color:#ffffff;
    background:transparent;
    font-size:14px;
}

a.isearchprevnext:link
{
    color:#ffffff;
    background:transparent;

}

a.isearchprevnext:visited
{
    color:#ffffff;
    background:transparent;

}


/* Usage :  To display the "No matches found." string.
 */
h2.isearchnomatch
{
    font-size:16px;
    color:red;
    background:transparent;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearchhighlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for words.
 */
.isearchsearch
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearchcachedpage
{
    font-size:16px;
}