@charset "utf-8";
/* CSS Document */
.Home{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #F00;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Home a:link {
	color: #F00;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Home a:active {
	color: #F00;
	text-decoration: none;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Home a:visited {
	color: #999999;
	text-decoration: none;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Home a:hover {
	color: #F00;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
