body {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3,.kicker {
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 0px;
}

h1 {
	color: black;
	font-weight:normal;
	font-size: 200%;
}

.kicker, h2 {
	font-size:100%;
	color: #987D00;

}
h2 {
	margin-bottom:-0.5em;
	margin-top: 1.5em;
	text-transform: uppercase;

}

h3 {
	text-transform: lowercase;
	color: #333366;
}


li {
	list-style-type: square;
	list-style-image: url(images/amber_arrows.gif);
  list-style-position: outside;
}

body {
	padding: 0px;
}

a {
	color: #336666;
}
a:link {
	color: #336666;
}
a:visited {
	color: #332266;
}
a:hover {
	color: #334466;
}
a:active { 
	color: #332266;
}