BODY {
	background-color : #FFFFCC;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: Blue;
}

A:HOVER {
	color: Red;
}
H1 {
	font-family : "Times New Roman", Times, serif;
	color: #336633;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	color: #336633;
}
H3 {
	font-family : "Times New Roman", Times, serif;
	color: #336633;
}
BLOCKQUOTE {
	font-family : Times New Roman, serif;
	font-size : small;
}

TABLE.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: #336633;
}
TD.money  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	vertical-align: top;
}
IMG {
	border-color: #336633
}

.tight {
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}