body {
	color: navy;
	margin-top: 10px;
	margin-left: 0px;
	background-image: url("../img/bg01.gif");
	background-repeat:repeat;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
a:link		{color: blue;}
a:active	{color: red;}
a:visited	{color: blue;}
:hover		{color: red;}
table { background-color: white; }
th {
	font-size: 10pt;
	color: black;
	white-space: nowrap;
}
td {
	font-size: 10pt;
	color: black;
	white-space: nowrap;
}
td.background {
	background-color: richblue;
	background-image: url("../img/bg01.gif");
	background-repeat:repeat;
}
hr {background-color: #66aaaa;}
.title {
	font-weight: bold;
	color: orange;
	size: 12px;
}

