		body{
			font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
			font-size: 13px;
			margin: 0px auto 0px auto;
			padding: 0px;
			background: #FFFFFF;
		}
		img{
			border: 0px;
		}
		#wrapper{
			width: 670px;
			margin: 5px auto 5px auto;
		}
		a{
			text-decoration: none;
			color: #31424F;
		}
		a:hover{
			color: #778E9F;
		}
		#header-l{
			width: 50%;
			height: 100px;
			background: url(images/header-l-bg.gif) no-repeat;
			margin: 0px;
			padding: 0px;
			vertical-align: top;
		}
		h1{
			margin: 0px;
			margin-bottom: 3px;
			font-size: 17px;
		}
		h2{
			margin: 0px;
			margin-bottom: 3px;
			font-size: 17px;
		}
		#search{
			padding-top: 5px;
			padding-left: 10px;
		}
		#header-r{
			width: 50%;
			height: 100px;
			background: url(images/header-r.gif) no-repeat;
			vertical-align: top;
		}
		#content{
			width: 670px;
			background: url(images/content-bg.gif);
			padding-left: 15px;
			padding-right: 15px;
		}
		.s_input{
			width: 210px;
			height: 14px;
			color: #FFFFFF;
			padding-left: 2px;
			background: url(images/inputbg.gif) no-repeat;
			border: 0px;
			font-size: 10px;
		}
		.s_go{
			width: 40px;
			height: 14px;
			color: #FFFFFF;
			margin-bottom: 0px;
			background: url(images/input_go.gif) no-repeat;
			border: 0px;
			font-size: 10px;

		}
		#Results a{
			color: #008000;
			text-decoration: bold;

		}