			/* used by the search section */
			.search { font-family: Arial; font-size: 10pt; font-weight: bold; background-color: #fcd698; border: solid #b3773b 1px;}

			.search_heading { margin: 0px; padding: 0px; font-size: 13pt; font-weight: bold; color: #1a5dab; }

			a.search_heading:link { color: #1a5dab; text-decoration: none;}
			a.search_heading:active { color: #1a5dab; text-decoration: none;}
			a.search_heading:visited { color: #1a5dab; text-decoration: none;}
			a.search_heading:hover { color: #01a95e;; text-decoration: none;}

			p.search_content { text-align: left; font-family: Arial; font-size: 10pt; margin: 0px; padding: 0px; }

			a.search_content:link { color: #01a95e;; text-decoration: underline;}
			a.search_content:active { color: #01a95e;; text-decoration: underline;}
			a.search_content:visited { color: #01a95e;; text-decoration: underline;}
			a.search_content:hover { color: #f1882c; text-decoration: underline;}

			.search_normal { cursor: pointer; color: #f1eedb; font-weight: bold; background-color: #b3773b; padding: 3px; border: solid #b3773b 1px; }
			.search_hover { cursor: pointer; color: #5f3a20; font-weight: bold; background-color: #fcd698; padding: 3px; border: solid #b3773b 1px; }


      #searchstatus
			{
				display: none;
				position: absolute;
				left:25%;
				top:25%;
				width: 50%;
				height: 50%;
				margin: auto;
				background-color: #f1eedb;
				border: solid #b3773b 1px;
				text-align: center;
				vertical-align: middle;
			}

			#searchstatus h1, #searchstatus h2
			{
				font-family: Arial;
			}
			
			#searchstatus.showing
			{
				display: block;
			}

			#searchstatus.hiding
			{
				display: none;
			}