@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #06C;
}


.maincell_black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #CCC;
}

.search-box{ /*outer background*/
background:url(images/1269375585.png) no-repeat top left;
height: 30px;
padding: 5px 0 0 10px;
width: 265px;
}
 
input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-family:tahoma;
font-size: 12px;
color:gray;
font-weight:bolder;
padding: 3px 0px 0px 4px;
height:18px;
background: #ffffff url(images/2323.png) bottom no-repeat ;
width: 223px;
}
 
input.search-go { /*search icon */
float:left;
border:0;
margin:0;
padding:0;
margin-left: 5px;
height: 21px;
width: 21px;
background: url(images/search-icon.png) no-repeat top left;
cursor: pointer;
}
 
input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(images/search-icon.png) no-repeat bottom left;
}


-->
</style>
