h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: lighter;
	color: #cc9900;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #cc9900;
	text-decoration: none;
	line-height: 46px;
}
.boldheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: none;
}
a:link {
	color: #cc9900;
}
a:visited {
	color: #cc9900;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

td.yellowcell {
	background-color: #cc9900;
	color: #000;
}
li.yellowbullets {
	list-style-type:disc;
	list-style-image: url(../images/gifs/yellow-arrow.gif);
/*	margin-left: 20px;*/
	list-style-position: outside;
}
