body {
	background-image: url(bgimage.png);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #09C;
	text-decoration: underline;
	background-color: #000;
}
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #0F0;
	text-align: center;
	background-color: #000;
}

.maincontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	color: #FFF;
	background-color: #000;
	line-height: 1em;
}
.newsdate {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #06F;
}
.importantinfo {
	color: #06C;
}

