/* CSS Document */

body {
	background-image: url(images/hg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #efefef;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

div.container {
	width: 644px;
	text-align: left;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 34px;
	color: #026c28;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 35px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-right: 38px;
	float: right;
}


.text {
	margin-left: 34px;
}

a:link {
	color: #026c28;
	text-decoration: none;
}

a:visited {
	color: #026c28;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #026c28;
	text-decoration: none;
}