/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #333333;
}
a:link {
	color: #64A1B8;
	text-decoration: none;
}
a:visited {
	color: #64A1B8;
	text-decoration: none;
}
a:hover {
	color: #64A1B8;
	text-decoration: underline;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12.5pt;
	text-transform: none;
	color: #333333;
}
a:active {
	color: #64A1B8;
	text-decoration: underline;
}
