@charset "UTF-8";
body {
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
}
p {
	font-size: 14px;
	line-height: 19px;
	color: #000;
}
a:link {
	color: #966;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
  color: #966;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
}

a:hover {
	color: #903;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	color: #966;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.homeftr {
	font-size:11px;
}
a.homeftr:link {
	color: #333;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}

a.homeftr:visited {
  color: #333;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
}

a..homeftr:hover {
	color: #600;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}

a..homeftr:active {
	color: #333;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.copyright {
	font-size:11px;
}