h1 {
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: 19px;
	color: #cce4b2;
	text-indent: 10pt;
	font-weight: 100;
}
h2 {
font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: 19px;
	color: #666666;
	font-weight: 100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 2px 2px 2px #999999;
}

a {
  text-decoration: none;
}
a:link { color: #ff6600; }
a:visited {color: #68993f; }
a:hover { color: #ff6600; } 
h3 {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;
	padding: 0px 10px;
	font-weight: lighter;
}
.bolding {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.moveup {
	padding-bottom: 7px;
}
h4 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	color: #CCCCCC;
	padding-right: 20px;
	padding-left: 50px;
	width: 500px;
	text-align: left;
}
h5 {
	font-size: 8px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}
h6 {
	font-family: Helvetica, Arial;
	font-size: 60%;
	line-height: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px 10px;
	font-weight: lighter;
	text-transform: uppercase;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/bullet2.jpg);
	list-style-type: disc;
}
hr {
	padding-right: 10px;
	padding-left: 10px;
}
.lineart {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

