.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.Subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	text-decoration: underline;
}
.links:hover {
	color: #000000;
	text-decoration: underline;
}
.BoldLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.BoldLinks:hover {
	color: #000000;
	text-decoration: underline;
}
.NavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #ffcc66;
	background-position: center center;
	text-align: left;
	text-indent: 3pt;
	padding: 3px;
	width: 100px;
}
.NavLinks:hover {
	color: ffffff;
	background-color: cc6600;
}

