@charset "utf-8";
.box1 {
	width: 140px;
	background-color: #F9F3E6;
	height: 40px;
	border: 1px solid #CEA76C;
	margin-top: 5px;
}

/* CSS Document */
.link1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}
.link1:link {
	color: #660000;
	font-size: 14px;
}
.link1:visited {
	color: #660000;
}
.link1:hover {
	color: #996600;
	text-decoration: underline;
}
.link1:active {
	color: #660000;
}
.link2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #660000;
	text-decoration: underline;
	font-weight: normal;
}
.link2:link {
	color: #660000;
}
.link2:visited {
	color: #660000;
}
.link2:hover {
	color: #333333;
}
.link2:active {
	color: #660000;
}
.arrow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
}
