@charset "UTF-8";
/* CSS Document */

#home_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333333;
	padding-left: 40px;
	line-height: 32px;
	padding-top: 90px;
	font-weight: normal;
}
#home_copy dl{
}
#home_copy dd{
	list-style-type: none;
	margin-left: 45px;
	margin-right: 80px;
}
#home_copy dt{
}
#home_copy a{
	text-decoration:underline;
	color:#990000;
}
#home_copy a:hover {
	text-decoration:none;
	color:#93A352;
}
