.Title {
	font-family: "Courier New", Courier, monospace;
	font-size: 160%;
	font-weight: bold;
	color: #5D7600;
}
.SubTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 140%;
	font-weight: lighter;
	color: #000000;
}
.general {

	font-family: Arial, Helvetica, sans-serif;
	color: #5D7600;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.general a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D7600;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	}
	
.general a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.Lighted {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #555555;
	font-weight: normal;
}
.contentBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #555555;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D7600;
}
.JustBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #555555;
	font-weight: bold;
}
.JustBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #555555;
	font-weight: bold;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	background-position: top;
}

.Box {
	border: 1px solid #666666;
	background-color: #EBEBEB;
}

