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

.standardText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 16pt;
}
a:link {
	color: #07263d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #07263d;
}
a:hover {
	text-decoration: none;
	color: #07263d;
}
a:active {
	text-decoration: underline;
	color: #07263d;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #c9dcea;
}
.right a:link {
	text-decoration: underline;
	color: white;
}
.right a:visited {
	text-decoration: underline;
	color: white;
}
.right a:hover {
	text-decoration: none;
	color: white;
}
.right a:active {
	text-decoration: none;
	color: white;
}