h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #003333;
	border-bottom-style: dashed;
	border-bottom-color: #336633;
	border-bottom-width: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #336666;
}
p a:link {
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336666;
	text-decoration: none;
}
p a:visited {
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336666;
	text-decoration: none;
}
p a:hover {
	color: #669999;
	text-decoration: none;
	border: none;
}

p {
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.035em;
}

.links_bg {
	background-image: url(images/links_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form1 {
	border: 1px solid #006633;
	background-color: #FFFFFF;
}
ul {
	list-style-type: disc;
	border: 1px none #336666;
	list-style-position: outside;
}

