/* CSS Document */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana;
	color: #005001;
	font-weight: bold;
	font-style:normal;
}

h1 {
	font-size: 15px;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	font-style:italic;
	margin-bottom: 20px;
}

div#steps_crumb {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

div#steps_crumb a,
div#steps_crumb a:link,
div#steps_crumb a:visited {
	color: #012302;
}

div#steps_crumb a:active,
div#steps_crumb a:focus,
div#steps_crumb a:hover {
	color: #005001;
}


