a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
.input_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	z-index: 1;
	width: 22px;
}
.dot_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.header {
	color: #990000;
}

#menu {
	position:absolute;
	width:100%;
	height:166;
	z-index:0;
	left: -1px;
	top: 234px;
	visibility: visible;
}
#left {
	position:absolute;

	z-index:1;
	visibility: visible;
}
.sub_header {
	color: #662100;
	font-weight: bold;
}
.input_box2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	z-index: 1;
}
.hand {
	cursor: hand;
}

.border {
	border: 1px solid #E6E6E6;
}
