a {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #466B90;
}
a:visted {
	text-decoration: underline;
	color: #000000;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #333333;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 34px;
	color: #003300;
	text-align: left;
	letter-spacing: 1px;
	font-style: normal;
}
.titleCenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 34px;
	color: #003300;
	text-align: center;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
}
.titleSub {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #003300;
	text-align: left;
	font-style: normal;
}

