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

.txt1 {
	color: #fff;
	text-decoration: none;
}
.txt1:hover {
	color: #ff9900;
}

.txt2 {
	font-size: 8px;
}
.txt3 {
	color: #666;
	text-decoration: none;
}
.txt3:hover {
	color: #42AB3B;
	text-decoration: none;
}.txt4 {
	background: url(../images/grapes.jpg) 0px 4px;
	background-repeat: no-repeat;
	display:block;
	width:350px;
	height:20px;
	padding-left:10px;
	font-weight:bold;
	color:#333;
}
