.default {
	font-family: Arial;
	color: black;
	font-size: 10pt;
}
.default-large {
	font-family: Arial;
	color: black;
	font-size: 14pt;
}
.defaultlink {
	font-family: Arial;
	color: black;
	font-size: 10pt;
}
a {
	color: #009999;
}
.navigation {
	font-family: Arial;
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.navigation:hover {
	font-family: Arial;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.navigationsub {
	font-family: Arial;
	color: #999999;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
.navigationsub:hover {
	font-family: Arial;
	color: black;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
.normal { font-family: Arial;font-color: #999999;font-size: 10pt; }
.medium { font-family: Arial;font-color: #999999;font-size: 12pt; }
.large { font-family: Arial;font-color: #999999;font-size: 14pt; }
.xlarge { font-family: Arial;font-color: #999999;font-size: 16pt; }
