body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
.righttd {
	background-image: url(yellowbg.gif);
	background-repeat: repeat-x;
}
.lefttd {
	background-image: url(greenbg.gif);
	background-repeat: repeat-x;
}
.greenborders {
	border: 1px solid #009BAD;
}
td {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #009999;
}
.copyright {
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #009999;
	text-decoration: underline;
}
a:visited {
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
