@charset "ISO-8859-1";
a:link {
	color: #FFCC66;
	text-decoration: underline;
}
a:visited {
	color: #FFCC66;
	text-decoration: underline;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #ABA887;
	padding-left: 20px;
	display: block;
	width: 150px;
	font-weight: lighter;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

