/* CSS Document */
a{
	color:#65523F;
	text-decoration: none;
}
.img{ 
	border: none; 
}
a:hover{
	text-decoration: none;
	color:#F1CB13;
}
#customscroll {
	width: 380px;
	height: 470px;
	overflow: auto;
	position: absolute;
	margin: 0.3em auto;
	padding: 10px;
	padding-right: 70px;
	text-align: left;
	top: 10px;
	left: 7px;
}
.title{
	FONT-FAMILY: Arial;
	font-size:16px;
	font-weight:normal;
	color:#F1CB13;
	letter-spacing:0.5px;
	line-height:30px;
}
.head{
	font-family:Arial;
	font-size:18px;
	color:#65523F;
	padding-left: 17px;
}	
.menu_current{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#F1CB13;
	line-height:26px;
}
.menu_other{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#65523F;
	line-height:26px;
}
.below_menu{
	font-family:Arial;
	font-size:11px;
	color:#65523F;
	line-height: 12px;
}
.below_menu a{
	color:#65523F;
	text-decoration: underline;
}
.below_menu a:hover{
	text-decoration: underline;
	color:#F1CB13;
}
.body{
	font-family:Arial;
	font-size:12px;
	line-height:15px;
	color:#65523F;
	text-indent: 14px;
	vertical-align:text-top;
	padding-left:0px;
}
.body a{
	color:#65523F;
	text-decoration: underline;
}
.body a:hover{
	text-decoration: underline;
	color:#F1CB13;
}

