@charset "UTF-8";
.home_black, .home_black a{
	font-family: Arial;
	color:#1c1c1c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;	
}
.home_brown, .home_brown a{
	font-family: Arial;
	color:#7b735e;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;	
}
.home_blue, .home_blue a{
	font-family: Arial;
	color:#0000FF;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;	
}

.event_block a {
	text-decoration: none;	
}
.event_block {
	border-width:1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #ffffff;
}
.event_block:hover {
	border-width:1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #C0B06D;
}
.event_block a:hover {
		color: #663300;
}
.home_date {
	font-family: Verdana;
	font-size: 15px;
	color: #FFFFFF;
	text-indent:-5px;
}
.home_date span{
font-family:Arial;
	font-size: 20px;
	letter-spacing:-1px;
}
a:hover {
	color: #663300;
}