body {
	background-image: url(/images/background.png);
	background-repeat: repeat;
	margin-top: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:hover {
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_black {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footer_black {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.footer_black:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.red {
	color: #990000;
}
.gray {
	color: #666666;
}
.dkred {
	color: #660000;
}
.dkgray {
	color: #333333;
}
.greybox {
	background-color: #CCCCCC;
	padding: 6px;
	margin: 1em;
}
