body {
	background-color: white;
	color: black
}

.centered {
	text-align: center
}

fieldset.borderless {
	border: 0
}

table.centermargin {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

ul.logobullet {
	list-style-image: url("/images/bullet.gif");
}

img.rightaligned {
	float: right;
	margin: 3px
}

img.leftaligned {
	float: left;
	margin: 3px
}

ol.actlist {
	list-style-type: lower-alpha;
}

.illustration {
	float:right;
	margin:3px;
	color: #999;
	font-size: smaller;
}


