h1 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.maintext {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.border {
	border: thin solid #00A550;
}
