.#1E3F63 {
  color: #1E3F63;
}

.#BCBCBC {
  color: #BCBCBC;
}

.#Blue {
  color: #848484;
}

.#006F32 {
  color: #006F32;
}

.#67BA89 {
  color: #67BA89;
}

.#000000 {
  color: #000000;
}

.#FFFFFF {
  color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006633;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
ul {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-position: outside;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-position: top;
}
a:link {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
a:visited {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}

