BODY {
	background-color: white;
	background-image: url(images/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: "Lucida Console";
}
.tblMain {
	background: transparent;
	font-size: 10pt;
	font-family: "Lucida Console";
}
a {
	color: #008B8B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}