body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}

.home_search_field {
	width: 490px;
	height: 21px;
	margin: 0px;
	padding: 5px 0 0 10px;
	border: 0px;
	background: url('/images/search_field_bg.jpg') no-repeat;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

.text_white_14 {
	font-size: 14px;
	color: #fff;
}

.text_grey_13 {
	font-size: 13px;
	color: #666769;
}

a:link, a:visited {
	text-decoration: none;
	color: #666769;
}

a:hover { color: #000; }
