@charset "UTF-8";
/* CSS Document */

body,td {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #848589;
}

.link a:link {
	color: #FF0000;
	text-decoration: none;
}
.link a:visited {
	text-decoration: none;
	color: #FF0000;
}
.link a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.link a:active {
	text-decoration: none;
	color: #FF0000;
}

.bodytext {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A3A3A3;
}