body {	margin: 0;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	background-color: #cccccc;}

a {	text-decoration: none;
	font-family: helvetica, arial, sans-serif; }

a:link { color: #faffd0; }
a:hover { color: #797e47; }
a:visited { color: #797e47; }

p { 	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	color: #faffd0; }

.light { color: #faffd0; }
.dark { color: #797e47; }
.hide { display: none; }

p.l {	text-align: left; }
p.c {	text-align: center; }
p.r {	text-align: right; }
p.j {	text-align: justify; }

td {	background-color: #d0d87d; }

.main {	background-color: #d0d87d;
	vertical-align: top; }

.top {	background-color: #cccccc; }