.bodytext {
	color:#111111;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	margin: 0px;
}
.bodytext2 { color:#111111; font-size:12px; font-weight:normal; font-family:verdana;}
.title {
	color:#336699;
	font-size:17px;
	font-weight:bold;
	font-family:Arial;
} 
.title2 {
	color:#336699;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
} 
A:link	{ text-decoration:underline; color: #0033cc;}
A:visited { text-decoration:underline; color: #663399;}
A:active  { text-decoration:underline; color: #FF9900;}
A:hover   { text-decoration:underline; color: #FF9900;}
A:font   { font-face:Verdana }
p {
	margin-top: 0em;
	margin-bottom: .5em;
}
.listdot {
	list-style-position: inside;
	list-style-type: square;
}
.section {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.sectionlist {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-image: url(images/tick.gif);
	list-style-type: none;
	text-indent: 15pt;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
}
.title3 {
	color:#111111;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
}
.bodyindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    text-align:center;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch-head
{
    width: 100%;
    border: 0px;
}

td.isearch-head
{
    font-size:140%;
}

/* Usage : Advanced search form.
 */
table.isearch-advanced
{
    background-color:#b8ccee;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch-title:link
{
}

a.isearch-title:visited
{
}


/* Usage :  To display the page description in the results list.
 */
.isearch-description
{
    font-size:100%;
}


/* Usage :  To display the page score in the results list.
 */
.isearch-score
{
    font-size:12px;
    color:#000080;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch-url:link
{
    font-size:80%;
}

a.isearch-url:visited
{
    font-size:80%;
}


/* Usage :  To display the file size in the results list.
 */
.isearch-size
{
    font-size:80%;
    color:#008000;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch-viewcache:link
{
    font-size:80%;
    color:#6f6f6f;
}

a.isearch-viewcache:visited
{
    font-size:80%;
    color:#6f6f6f;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch-prevnext
{
    width: 100%;
    border: 0px;
}

td.isearch-prevnext
{
}

a.isearch-prevnext:link
{
}

a.isearch-prevnext:visited
{
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch-nomatch
{
    font-size:140%;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch-highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch-search
{
    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.isearch-cachedpage
{
    font-size:140%;
}


/* Usage :  To display the search statistics table
 */
table.isearch-stats
{
}

table.isearch-stats th, table.isearch-stats td
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

table.isearch-stats th
{
    color: #ffffff;
    background-color: #3366cc;
}

table.isearch-stats td
{
    background-color: #ffffcc;
    color: #003399;
}

table.isearch-stats caption
{
    color: #003399;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
}


/* Usage:  Displaying "Did you mean to search for:" test and links when
 * displaying alternative searches.
 */
.isearch-suggest-title
{
    color: #004422;
}

a.isearch-suggest:link
{
    padding-left: 50px;
    color: #008844;
}

a.isearch-suggest:visited
{
    padding-left: 50px;
    color: #008844;
}


/* Usage: Displaying a single extra link in search results (professional version only)
 */
.isearch-link
{
    /* Set background colour for extra links */
    background-color: #ffffc0;
}

/* Usage: Displaying all extra links in search results (professional version only)
 */
.isearch-link-all
{
    /* Add an extra space seperating links from normal results. */
    padding-bottom: 15px;
}

/* STYLES ADDED */

.isearch-li-none
{
    list-style-type: none;
}

