body {
	background: #E6E6FF;
	margin: 10px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align: justify;
	text-indent: 10pt;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006;
	text-align: right;
}
li {
	text-align: justify;
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lefttd {
	border-left: 2px solid #006;
	background: #FFF url(bg.gif) repeat-x;
}
.righttd {
	border-right: 2px solid #006;
	background: #FFF url(bg.gif) repeat-x;
}
.middletd {
	border: 2px solid #006;
	border-top: 0;
	border-bottom: 0;
	padding: 10px;
}
.righttdbottom {
	border-right: 2px solid #006;
}
.lefttdbottom {
	border-left: 2px solid #006;
}
.anim {
	text-indent: 0pt;
}
.outdent {
	text-indent: 0pt;
	padding-right: 10px;
}
.outdentR {
	text-indent: 0pt;
	padding-right: 10px;
	text-align: right;
}
.bold {
	font-weight: bold;
	color: #006;
}
.legal {
	font-size: 10px;
}