@charset "utf-8";
/* CSS Document */
h1 {
	margin: 0;
	padding: 0;
	color: #007836;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 54px;
	height: 39px;
	padding-top: 5px;
}

h1 span {
	display: block;
	color: #7d7d7d;
	font-size: 8px;
	line-height: 12px;
}

h2 {
	color: #007836;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.def h2 {
        color: #7d7d7d;
}