/* CSS Document */

body {
	text-decoration: none;
	color: #333366;
	font-family: Times New Roman, Times, serif;
	}
a:link {
	text-decoration: underline;
	color: #333366;
}
a:hover {
	text-decoration: underline;
	color: #333366;
}
a:visited {
	text-decoration: none;
	color: #333366;
}
a:active  {
	text-decoration: none;
	color: #333366;
}

.normal {
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
}
.larger {
	font-size: 10pt;
	font-weight: normal;
	line-height: 18px;
}
.bold {
	font-weight: bold;
	line-height: 13px;
}
