




/*
     FILE ARCHIVED ON 2:08:07 Oct 14, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:25:50 May 24, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/******************
* GLOBAL CSS
******************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666;
	background-color: #9c3;
}

/***********************
 HEADER SECTION
***********************/

/* GREEN BAR HEADER */

.site-top-container {
	background-color: #99cc33;
	padding: 0px 0px 5px 0px;
	height: 26px;
}

/* TOP SEARCH SECTION - GREEN SEARCH BUTTON */

.searchSubmit {
	font-family: "verdana";
	color: #9c3;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #9c3;
}