h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
li {
	color: #FFFFFF;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	list-style-image: url(../newimages/green-dot.gif);
}

.imageright {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
}


.imageleft {
	margin: 0px 5px 5px;
	padding: 10px;
	float: left;
}a {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #00CC33;
}
.insert-right {
	float: none;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009933;
	border-right-color: #009933;
	border-bottom-color: #009933;
	border-left-color: #009933;
	width: 100%;
}

