/* CSS Document */

p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E857D;
	}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7E857D;
	}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align: right;
	}
	
a.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E857D;
	text-decoration:none;
}

a.menu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
//	color:#828C80;
	color:#F26522;
	text-decoration:none;
}

.search_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E857D;
	width: 85;
	height: 17;
	border-top-style: none;
	border-right-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #7E857D;
	border-bottom-style: solid;
}

.text_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E857D;
	width: 230;
	height: 18;
	border-style: solid;
	border-width: 1px;
	border-color: #7E857D;
	background-color: #FFFFFF;
}


textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828C80;
	width: 230;
	height: 50;
	border-style: solid;
	border-width: 1px;
	border-color: #7E857D;
}

.comment_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E857D;
	width: 230;
	height: 30;
	border-style: solid;
	border-width: 1px;
	border-color: #828C80;
}