*{
				margin:0px; padding:0px;
			}
			html, body{
				width:100%; height:100%;
			}
			body{
				font-family:Verdana, serif;
				font-size:10px;
				background-image:url('patt.jpg');
				background-repeat:repeat-x;
			}
			a:hover, a:link, a:active, a:visited{
				font-family:Verdana, serif;
				font-weight:bold;
				font-size:10px;
				color:#666;
				text-decoration:none;
				border:0px;
				border-bottom:1px solid black;
			}
			a:hover{
				text-decoration:none;
				border:0px;
				border-bottom:1px dashed black;
			}
			a:visited{
				color:#999;
			}
			div#header{
				width:100%;
				height:100px;
				background-image:url('patt2.jpg');
				background-repeat:repeat-x;
				border-bottom:1px solid black;
			}
			div#imageheader{
				width:393px;
				height:100px;
				background-image:url('header.jpg');
				background-repeat:no-repeat;
				float:left;
			}
			div#searchouter{
				width:250px;
				height:100px;
				margin:0 auto;
			}
			div#searchdiv{
				width:250px;
				height:30px;
				float:left;
				margin-top: 40px;
			}
			div#innercont{
				width:100%;
				height:510px;
				background-image:url('cloud.jpg');
				background-repeat:no-repeat;
				padding-top:5px;
			}
			table#innercont2{
				width:600px;
				margin:0 auto;
			}
			input#textin{
				color:black;
				font-family:Verdana, serif;
				font-size:10px;
				font-weight:bold;
				border:1px solid black;
				height:14px;
				width:150px;
				
			}
			input#btn{
				color:black;
				font-family:Verdana, serif;
				font-size:10px;
				font-weight:bold;
				border:1px solid black;
				height:16px;
				width:50px;
			}
			div#msg{
				margin:0 auto;
				text-align:center;
				margin-top:10px;
			}
			div#msg2{
				text-align:center;
				margin:0 auto;
				margin-top:10px;
				font-weight:bold;
				font-family:Arial, serif;
				font-size:14px;
			}
			.result{
				height:20px;
			}